azure-devops-java-sdk icon indicating copy to clipboard operation
azure-devops-java-sdk copied to clipboard

Java SDK for managing Azure DevOps services

Results 5 azure-devops-java-sdk issues
Sort by recently updated
recently updated
newest added

Good job for this library! I like it. In VariableGroupMap you always set the same value to all variables so I had to override the method in a child class....

bug

# :loudspeaker: Announcement!!! :heavy_exclamation_mark::heavy_exclamation_mark: Version `6.0` introduces some breaking changes to the library. This is a complete re-write to make `azd` more robust, easy to extend and use. Currently `azd`...

announcement

# Azure DevOps java sdk pull request template guide Thank you for your interest in contributing to this project. ## Description This is a complete re-write of the library that...

enhancement

Hi I am getting error during trying to get approvals. Caused by: org.azd.exceptions.AzDException: ApiResponseParsingException: Unexpected character ('

Hi, Since version 6.1.3 and [PR #92](https://github.com/hkarthik7/azure-devops-java-sdk/pull/92), the git push returns an error: ```java org.azd.exceptions.AzDException: InvalidArgumentValueException: The body of the request contains invalid Json. Parameter name: contentStream at org.azd.abstractions.serializer.JsonSerializer.deserialize(JsonSerializer.java:70) at...