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
@@ -16,7 +16,7 @@ New Management libraries can be identified by namespaces `com.azure.resourcemana
16
16
17
17
# Azure Management Libraries for Java
18
18
19
-
This README is based on the released stable version (1.41.3). If you are looking for other releases, see [More Information](#more-information).
19
+
This README is based on the released stable version (1.41.4). If you are looking for other releases, see [More Information](#more-information).
20
20
21
21
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.
22
22
@@ -38,7 +38,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.3, and wish to limit the dependencies, using following dependency instead in POM.
633
+
For instance, if you only need azure-mgmt-appservice library from 1.41.4, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.41.3, add the following to your POM file:
670
+
If you are using released builds from 1.41.4, add the following to your POM file:
671
671
672
672
```xml
673
673
<dependency>
674
674
<groupId>com.microsoft.azure</groupId>
675
675
<artifactId>azure</artifactId>
676
-
<version>1.41.3</version>
676
+
<version>1.41.4</version>
677
677
</dependency>
678
678
```
679
679
@@ -700,7 +700,7 @@ If you are using snapshots builds for this repo, add the following repository an
700
700
<dependency>
701
701
<groupId>com.microsoft.azure</groupId>
702
702
<artifactId>azure</artifactId>
703
-
<version>1.41.4-SNAPSHOT</version>
703
+
<version>1.41.5-SNAPSHOT</version>
704
704
</dependency>
705
705
```
706
706
@@ -712,7 +712,7 @@ If you are using snapshots builds for this repo, add the following repository an
712
712
713
713
## Upgrading from older versions
714
714
715
-
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).
715
+
If you are migrating your code from 1.41.3 to 1.41.4, you can use these release notes for [preparing your code for 1.41.4 from 1.41.3](./notes/prepare-for-1.41.4.md).
716
716
717
717
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:
718
718
@@ -745,6 +745,7 @@ If you would like to become an active contributor to this project please follow
| 1.41.4 |[1.41.4](https://github.com/Azure/azure-libraries-for-java/tree/v1.41.4)| Tagged release for 1.41.4 version of Azure management libraries |
748
749
| 1.41.3 |[1.41.3](https://github.com/Azure/azure-libraries-for-java/tree/v1.41.3)| Tagged release for 1.41.3 version of Azure management libraries |
749
750
| 1.41.2 |[1.41.2](https://github.com/Azure/azure-libraries-for-java/tree/v1.41.2)| Tagged release for 1.41.2 version of Azure management libraries |
750
751
| 1.41.1 |[1.41.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.41.1)| Tagged release for 1.41.1 version of Azure management libraries |
0 commit comments