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-23Lines changed: 9 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ New Management libraries can be identified by namespaces that start with `azure-
10
10
11
11
# Azure Management Libraries for Java
12
12
13
-
This README is based on the released stable version (1.39.1). If you are looking for other releases, see [More Information](#more-information).
13
+
This README is based on the released stable version (1.40.0). If you are looking for other releases, see [More Information](#more-information).
14
14
15
15
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.
16
16
@@ -32,7 +32,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.39.1, and wish to limit the dependencies, using following dependency instead in POM.
627
+
For instance, if you only need azure-mgmt-appservice library from 1.40.0, and wish to limit the dependencies, using following dependency instead in POM.
@@ -721,7 +706,7 @@ If you are using snapshots builds for this repo, add the following repository an
721
706
722
707
## Upgrading from older versions
723
708
724
-
If you are migrating your code from 1.39.0 to 1.39.1, you can use these release notes for [preparing your code for 1.39.1 from 1.39.0](./notes/prepare-for-1.39.1.md).
709
+
If you are migrating your code from 1.39.1 to 1.40.0, you can use these release notes for [preparing your code for 1.40.0 from 1.39.1](./notes/prepare-for-1.40.0.md).
725
710
726
711
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:
727
712
@@ -754,6 +739,7 @@ If you would like to become an active contributor to this project please follow
0 commit comments