azure-devops-java-sdk
azure-devops-java-sdk copied to clipboard
Java SDK for managing Azure DevOps services
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....
# :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`...
# 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...
Hi I am getting error during trying to get approvals. Caused by: org.azd.exceptions.AzDException: ApiResponseParsingException: Unexpected character ('
GitChange.changeType: InvalidArgumentValueException: The body of the request contains invalid Json.
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...