You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated Api version to `7.2`
* Initial commit
* Updated Api versions
* Added code coverage Api
* Added code coverage Api tests
* Rename json response property name
* Rename json response property name
* Initial commit
* Added support for test iterations API
* Test session Api initial commit
* Test suites Api initial commit
* Added Test suites Api
* Minor update
* Minor update
* Added Test suites API version
* Added Test history API version
* Initial commit
* Added test cases and history APIs
* Test points API initial commit
* Added Test points API version
* Added Test points API
* Minor changes
* Bumped version to `v6.0.2`
* Updated tests
* Added helper methods
* Initial commit
* Update to query parameters
* Updated Api version
**azd** library provides a convenient way to manage and interact with **Azure DevOps Services** REST API with ease. This SDK offers a set of APIs and utilities
9
9
with declarative syntax and provide functionalities to the significant services.
@@ -33,7 +33,7 @@ To download the library and use it in your project, just add below in your pom.x
33
33
<dependency>
34
34
<groupId>io.github.hkarthik7</groupId>
35
35
<artifactId>azd</artifactId>
36
-
<version>6.0.1</version>
36
+
<version>6.0.2</version>
37
37
</dependency>
38
38
```
39
39
@@ -43,7 +43,7 @@ To download the library and use it in your project, just add below in your pom.x
43
43
<dependency>
44
44
<groupId>io.github.hkarthik7</groupId>
45
45
<artifactId>azd</artifactId>
46
-
<version>6.0.1</version>
46
+
<version>6.0.2</version>
47
47
<classifier>javadoc</classifier>
48
48
</dependency>
49
49
```
@@ -54,7 +54,7 @@ To download the library and use it in your project, just add below in your pom.x
Copy file name to clipboardExpand all lines: azd/src/main/java/org/azd/memberentitlementmanagement/userentitlementsummary/UserEntitlementSummaryRequestBuilder.java
0 commit comments