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
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ New Management libraries can be identified by namespaces that start with `azure-
11
11
12
12
# Azure Management Libraries for Java
13
13
14
-
This README is based on the released stable version (1.37.1). If you are looking for other releases, see [More Information](#more-information).
14
+
This README is based on the released stable version (1.38.0). If you are looking for other releases, see [More Information](#more-information).
15
15
16
16
The Azure Management Libraries for Java is a higher-level, object-oriented API for *managing* Azure resources, that is optimized for ease of use, succinctness and consistency.
17
17
@@ -33,7 +33,7 @@ If you are looking for Java client libraries for *consuming* (rather than *manag
For instance, if you only need azure-mgmt-appservice library from 1.37.1, and wish to limit the dependencies, using following dependency instead in POM.
628
+
For instance, if you only need azure-mgmt-appservice library from 1.38.0, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.37.1, add the following to your POM file:
665
+
If you are using released builds from 1.38.0, add the following to your POM file:
666
666
667
667
```xml
668
668
<dependency>
669
669
<groupId>com.microsoft.azure</groupId>
670
670
<artifactId>azure</artifactId>
671
-
<version>1.37.1</version>
671
+
<version>1.38.0</version>
672
672
</dependency>
673
673
```
674
674
@@ -695,7 +695,7 @@ If you are using snapshots builds for this repo, add the following repository an
695
695
<dependency>
696
696
<groupId>com.microsoft.azure</groupId>
697
697
<artifactId>azure</artifactId>
698
-
<version>1.37.2-SNAPSHOT</version>
698
+
<version>1.38.1-SNAPSHOT</version>
699
699
</dependency>
700
700
<dependency>
701
701
<groupId>com.microsoft.azure</groupId>
@@ -722,7 +722,7 @@ If you are using snapshots builds for this repo, add the following repository an
722
722
723
723
## Upgrading from older versions
724
724
725
-
If you are migrating your code from 1.37.0 to 1.37.1, you can use these release notes for [preparing your code for 1.37.1 from 1.37.0](./notes/prepare-for-1.37.1.md).
725
+
If you are migrating your code from 1.37.1 to 1.38.0, you can use these release notes for [preparing your code for 1.38.0 from 1.37.1](./notes/prepare-for-1.38.0.md).
726
726
727
727
In general, Azure Libraries for Java follow [semantic versioning](http://semver.org/), so user code should continue working in a compatible fashion between minor versions of the same major version release train, with the following caveats:
728
728
@@ -755,6 +755,7 @@ If you would like to become an active contributor to this project please follow
| 1.38.0 |[1.38.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.38.0)| Tagged release for 1.38.0 version of Azure management libraries |
758
759
| 1.37.1 |[1.37.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.37.1)| Tagged release for 1.37.1 version of Azure management libraries |
759
760
| 1.37.0 |[1.37.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.37.0)| Tagged release for 1.37.0 version of Azure management libraries |
760
761
| 1.36.3 |[1.36.3](https://github.com/Azure/azure-libraries-for-java/tree/v1.36.3)| Tagged release for 1.36.3 version of Azure management libraries |
0 commit comments