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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ New Management libraries can be identified by namespaces `com.azure.resourcemana
14
14
15
15
# Azure Management Libraries for Java
16
16
17
-
This README is based on the released stable version (1.41.2). If you are looking for other releases, see [More Information](#more-information).
17
+
This README is based on the released stable version (1.41.3). If you are looking for other releases, see [More Information](#more-information).
18
18
19
19
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.
20
20
@@ -36,7 +36,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.2, and wish to limit the dependencies, using following dependency instead in POM.
631
+
For instance, if you only need azure-mgmt-appservice library from 1.41.3, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.41.2, add the following to your POM file:
668
+
If you are using released builds from 1.41.3, add the following to your POM file:
669
669
670
670
```xml
671
671
<dependency>
672
672
<groupId>com.microsoft.azure</groupId>
673
673
<artifactId>azure</artifactId>
674
-
<version>1.41.2</version>
674
+
<version>1.41.3</version>
675
675
</dependency>
676
676
```
677
677
@@ -698,7 +698,7 @@ If you are using snapshots builds for this repo, add the following repository an
698
698
<dependency>
699
699
<groupId>com.microsoft.azure</groupId>
700
700
<artifactId>azure</artifactId>
701
-
<version>1.41.3-SNAPSHOT</version>
701
+
<version>1.41.4-SNAPSHOT</version>
702
702
</dependency>
703
703
```
704
704
@@ -710,7 +710,7 @@ If you are using snapshots builds for this repo, add the following repository an
710
710
711
711
## Upgrading from older versions
712
712
713
-
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).
713
+
If you are migrating your code from 1.41.2 to 1.41.3, you can use these release notes for [preparing your code for 1.41.3 from 1.41.2](./notes/prepare-for-1.41.3.md).
714
714
715
715
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:
716
716
@@ -743,6 +743,7 @@ If you would like to become an active contributor to this project please follow
# Prepare for Azure Management Libraries for Java 1.41.3 #
2
+
3
+
Steps to migrate code that uses Azure Management Libraries for Java from 1.41.2 to 1.41.3 ...
4
+
5
+
> If this note missed any breaking changes, please open a pull request.
6
+
7
+
V1.41.3 is backwards compatible with V1.41.2 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.
8
+
9
+
Please note, all packages in this repository have been deprecated. Replacement packages are available [azure-resourcemanager](http://aka.ms/azsdk/java/mgmt) as of 31-March-2022.
10
+
11
+
While these packages will continue to receive critical bug fixes through 31-March-2023, we strongly encourage you to upgrade.
12
+
13
+
See [Migration Guide](https://azure.github.io/azure-sdk/policies_support.html) for more details.
0 commit comments