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
@@ -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.40.0). If you are looking for other releases, see [More Information](#more-information).
13
+
This README is based on the released stable version (1.41.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.40.0, 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.41.0, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.40.0, add the following to your POM file:
664
+
If you are using released builds from 1.41.0, add the following to your POM file:
665
665
666
666
```xml
667
667
<dependency>
668
668
<groupId>com.microsoft.azure</groupId>
669
669
<artifactId>azure</artifactId>
670
-
<version>1.40.0</version>
670
+
<version>1.41.0</version>
671
671
</dependency>
672
672
```
673
673
@@ -694,7 +694,7 @@ If you are using snapshots builds for this repo, add the following repository an
694
694
<dependency>
695
695
<groupId>com.microsoft.azure</groupId>
696
696
<artifactId>azure</artifactId>
697
-
<version>1.40.1-SNAPSHOT</version>
697
+
<version>1.41.1-SNAPSHOT</version>
698
698
</dependency>
699
699
```
700
700
@@ -706,7 +706,7 @@ If you are using snapshots builds for this repo, add the following repository an
706
706
707
707
## Upgrading from older versions
708
708
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).
709
+
If you are migrating your code from 1.40.0 to 1.41.0, you can use these release notes for [preparing your code for 1.41.0 from 1.40.0](./notes/prepare-for-1.41.0.md).
710
710
711
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:
712
712
@@ -739,6 +739,7 @@ If you would like to become an active contributor to this project please follow
| 1.41.0 |[1.41.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.41.0)| Tagged release for 1.41.0 version of Azure management libraries |
742
743
| 1.40.0 |[1.40.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.40.0)| Tagged release for 1.40.0 version of Azure management libraries |
743
744
| 1.39.1 |[1.39.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.39.1)| Tagged release for 1.39.1 version of Azure management libraries |
744
745
| 1.39.0 |[1.39.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.39.0)| Tagged release for 1.39.0 version of Azure management libraries |
0 commit comments