From 7449aa0e56cb1b6956c18cd31b240b862e6702d6 Mon Sep 17 00:00:00 2001 From: Tanyi Chen Date: Fri, 7 Feb 2020 14:04:52 +0800 Subject: [PATCH] release note 1.31.0 (#1011) --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc428a2cc3a..8a115d23715 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Azure Management Libraries for Java -This README is based on the released stable version (1.30.0). If you are looking for other releases, see [More Information](#more-information). +This README is based on the released stable version (1.31.0). If you are looking for other releases, see [More Information](#more-information). 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. @@ -25,7 +25,7 @@ If you are looking for Java client libraries for *consuming* (rather than *manag * [More information](#more-information) ## Feature Availability and Road Map -:triangular_flag_on_post: *as of Version 1.30.0* +:triangular_flag_on_post: *as of Version 1.31.0* @@ -617,13 +617,13 @@ SqlDatabase database = sqlServer.databases().define("myNewDatabase") ### Use single library -For instance, if you only need azure-mgmt-appservice library from 1.30.0, and wish to limit the dependencies, using following dependency instead in POM. +For instance, if you only need azure-mgmt-appservice library from 1.31.0, and wish to limit the dependencies, using following dependency instead in POM. ```xml com.microsoft.azure azure-mgmt-appservice - 1.30.0 + 1.31.0 com.microsoft.azure @@ -654,13 +654,13 @@ WebApp webApp = appServiceClient.webApps() ### Latest stable release -If you are using released builds from 1.30.0, add the following to your POM file: +If you are using released builds from 1.31.0, add the following to your POM file: ```xml com.microsoft.azure azure - 1.30.0 + 1.31.0 ``` @@ -687,7 +687,7 @@ If you are using snapshots builds for this repo, add the following repository an com.microsoft.azure azure - 1.30.1-SNAPSHOT + 1.31.1-SNAPSHOT com.microsoft.azure @@ -714,7 +714,7 @@ If you are using snapshots builds for this repo, add the following repository an ## Upgrading from older versions -If you are migrating your code from 1.29.0 to 1.30.0, you can use these release notes for [preparing your code for 1.30.0 from 1.29.0](./notes/prepare-for-1.30.0.md). +If you are migrating your code from 1.30.0 to 1.31.0, you can use these release notes for [preparing your code for 1.31.0 from 1.30.0](./notes/prepare-for-1.31.0.md). 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: @@ -748,6 +748,7 @@ If you would like to become an active contributor to this project please follow | Version | SHA1 | Remarks | |-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------| +| 1.31.0 | [1.31.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.31.0) | Tagged release for 1.31.0 version of Azure management libraries | | 1.30.0 | [1.30.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.30.0) | Tagged release for 1.30.0 version of Azure management libraries | | 1.29.0 | [1.29.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.29.0) | Tagged release for 1.29.0 version of Azure management libraries | | 1.28.0 | [1.28.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.28.0) | Tagged release for 1.28.0 version of Azure management libraries |