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
@@ -12,7 +12,7 @@ New Management libraries can be identified by namespaces that start with `azure-
12
12
13
13
# Azure Management Libraries for Java
14
14
15
-
This README is based on the released stable version (1.41.1). If you are looking for other releases, see [More Information](#more-information).
15
+
This README is based on the released stable version (1.41.2). If you are looking for other releases, see [More Information](#more-information).
16
16
17
17
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.
18
18
@@ -34,7 +34,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.41.1, and wish to limit the dependencies, using following dependency instead in POM.
629
+
For instance, if you only need azure-mgmt-appservice library from 1.41.2, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.41.1, add the following to your POM file:
666
+
If you are using released builds from 1.41.2, add the following to your POM file:
667
667
668
668
```xml
669
669
<dependency>
670
670
<groupId>com.microsoft.azure</groupId>
671
671
<artifactId>azure</artifactId>
672
-
<version>1.41.1</version>
672
+
<version>1.41.2</version>
673
673
</dependency>
674
674
```
675
675
@@ -696,7 +696,7 @@ If you are using snapshots builds for this repo, add the following repository an
696
696
<dependency>
697
697
<groupId>com.microsoft.azure</groupId>
698
698
<artifactId>azure</artifactId>
699
-
<version>1.41.2-SNAPSHOT</version>
699
+
<version>1.41.3-SNAPSHOT</version>
700
700
</dependency>
701
701
```
702
702
@@ -708,7 +708,7 @@ If you are using snapshots builds for this repo, add the following repository an
708
708
709
709
## Upgrading from older versions
710
710
711
-
If you are migrating your code from 1.41.0 to 1.41.1, you can use these release notes for [preparing your code for 1.41.1 from 1.41.0](./notes/prepare-for-1.41.1.md).
711
+
If you are migrating your code from 1.41.1 to 1.41.2, you can use these release notes for [preparing your code for 1.41.2 from 1.41.1](./notes/prepare-for-1.41.2.md).
712
712
713
713
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:
714
714
@@ -741,6 +741,7 @@ If you would like to become an active contributor to this project please follow
0 commit comments