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
# Try the Next-Generation Azure Management SDK for Java now
5
+
6
+
A new set of Azure Management Libraries for Java that follows the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html) are now in public preview. If you are interested in the new generation SDK for Java, please find more details [here](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/management).
7
+
4
8
# Azure Management Libraries for Java
5
9
6
-
This README is based on the released stable version (1.35.0). If you are looking for other releases, see [More Information](#more-information).
10
+
This README is based on the released stable version (1.35.1). If you are looking for other releases, see [More Information](#more-information).
7
11
8
12
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.
9
13
@@ -20,13 +24,12 @@ If you are looking for Java client libraries for *consuming* (rather than *manag
20
24
*[Download](#download)
21
25
*[Prerequisites](#prerequisites)
22
26
*[Updgrading from older versions](#upgrading-from-older-versions)
23
-
*[Try new generation SDK for Java](#try-new-generation-sdk-for-java)
For instance, if you only need azure-mgmt-appservice library from 1.35.0, and wish to limit the dependencies, using following dependency instead in POM.
624
+
For instance, if you only need azure-mgmt-appservice library from 1.35.1, and wish to limit the dependencies, using following dependency instead in POM.
If you are using released builds from 1.35.0, add the following to your POM file:
661
+
If you are using released builds from 1.35.1, add the following to your POM file:
659
662
660
663
```xml
661
664
<dependency>
662
665
<groupId>com.microsoft.azure</groupId>
663
666
<artifactId>azure</artifactId>
664
-
<version>1.35.0</version>
667
+
<version>1.35.1</version>
665
668
</dependency>
666
669
```
667
670
@@ -688,7 +691,7 @@ If you are using snapshots builds for this repo, add the following repository an
688
691
<dependency>
689
692
<groupId>com.microsoft.azure</groupId>
690
693
<artifactId>azure</artifactId>
691
-
<version>1.35.1-SNAPSHOT</version>
694
+
<version>1.35.2-SNAPSHOT</version>
692
695
</dependency>
693
696
<dependency>
694
697
<groupId>com.microsoft.azure</groupId>
@@ -715,7 +718,7 @@ If you are using snapshots builds for this repo, add the following repository an
715
718
716
719
## Upgrading from older versions
717
720
718
-
If you are migrating your code from 1.34.0 to 1.35.0, you can use these release notes for [preparing your code for 1.35.0 from 1.34.0](./notes/prepare-for-1.35.0.md).
721
+
If you are migrating your code from 1.35.0 to 1.35.1, you can use these release notes for [preparing your code for 1.35.1 from 1.35.0](./notes/prepare-for-1.35.1.md).
719
722
720
723
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:
721
724
@@ -725,10 +728,6 @@ In general, Azure Libraries for Java follow [semantic versioning](http://semver.
725
728
726
729
* the `*Inner` types and their methods may occasionally change their naming and structure between minor versions in breaking ways. User code should generally avoid making a reference to those types though, unless their functionality is not yet exposed by the "fluent" API.
727
730
728
-
## Try new generation SDK for Java
729
-
730
-
A new set of Azure Management Libraries for Java that follows the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html) are now in public preview. If you are interested in the new generation SDK for Java, please find more details [here](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/management).
731
-
732
731
## Help and Issues
733
732
734
733
If you encounter any bugs with these libraries, please file issues via [Issues](https://github.com/Azure/azure-libraries-for-java/issues) or checkout [StackOverflow for Azure Java SDK](http://stackoverflow.com/questions/tagged/azure-java-sdk).
@@ -752,6 +751,7 @@ If you would like to become an active contributor to this project please follow
| 1.35.1 |[1.35.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.35.1)| Tagged release for 1.35.1 version of Azure management libraries |
755
755
| 1.35.0 |[1.35.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.35.0)| Tagged release for 1.35.0 version of Azure management libraries |
756
756
| 1.34.0 |[1.34.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.34.0)| Tagged release for 1.34.0 version of Azure management libraries |
757
757
| 1.33.1 |[1.33.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.33.1)| Tagged release for 1.33.1 version of Azure management libraries |
0 commit comments