From e9dd0d3ff3242a669393d54aa3d0102b708e17b4 Mon Sep 17 00:00:00 2001 From: Chuang <54572251+xccc-msft@users.noreply.github.com> Date: Fri, 28 Feb 2020 16:11:45 +0800 Subject: [PATCH] Release note 1.31.1 (#990) --- README.md | 9 +++++---- notes/prepare-for-1.31.0.md | 4 ++-- notes/prepare-for-1.31.1.md | 7 +++++++ 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 notes/prepare-for-1.31.1.md diff --git a/README.md b/README.md index 5a783687c..2206a8887 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Azure Management Libraries for .NET -This README is based on the released stable version (1.31.0). If you are looking for other releases, see [More Information](#more-information) +This README is based on the released stable version (1.31.1). If you are looking for other releases, see [More Information](#more-information) The Azure Management Libraries for .NET is a higher-level, object-oriented API for managing Azure resources. Libraries are built on the lower-level, request-response style [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest) and can run side-by-side with [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest). @@ -23,7 +23,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f * [More information](#more-information) ## Feature Availability and Road Map -:triangular_flag_on_post: *as of Version 1.31.0* +:triangular_flag_on_post: *as of Version 1.31.1* @@ -582,7 +582,7 @@ var database = sqlServer.Databases.Define(databaseName) ### Latest stable release -**1.31.0** release builds are available on NuGet: +**1.31.1** release builds are available on NuGet: |Azure Management Library | Package name | Stable | |---------------------------------------------|-----------------------------------------------------|------------------------| @@ -621,7 +621,7 @@ var database = sqlServer.Databases.Define(databaseName) ## Upgrading from older versions -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). +If you are migrating your code from 1.31.0 to 1.31.1, you can use these release notes for [preparing your code for 1.31.1 from 1.31.0](./notes/prepare-for-1.31.1.md). In general, Azure Libraries for .Net 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: @@ -656,6 +656,7 @@ If you would like to become an active contributor to this project please follow | Version | SHA1 | Remarks | |-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------| +| 1.31.1 | [1.31.1](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.31.1) | Tagged release for 1.31.1 version of Azure management libraries | | 1.31 | [1.31](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.31.0) | Tagged release for 1.31 version of Azure management libraries | | 1.30 | [1.30](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.30.0) | Tagged release for 1.30 version of Azure management libraries | | 1.29.1 | [1.29.1](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.29.1) | Tagged release for 1.29.1 version of Azure management libraries | diff --git a/notes/prepare-for-1.31.0.md b/notes/prepare-for-1.31.0.md index dc3b5a3cf..96c7a38c1 100644 --- a/notes/prepare-for-1.31.0.md +++ b/notes/prepare-for-1.31.0.md @@ -6,11 +6,11 @@ Steps to migrate code that uses Azure Management Libraries for .NET from 1.30 to V1.31 is backwards compatible with V1.30 in the APIs intended for public use that reached the general availability (stable) stage in V1.x. -Some breaking changes were introduced in APIs that were still in Beta in V1.28.1, as indicated by their inheritance from the `IBeta` interface. +Some breaking changes were introduced in APIs that were still in Beta in V1.30, as indicated by their inheritance from the `IBeta` interface. ## Breaking changes -The following methods and/or types have been changed in V1.29 compared to the previous release (V1.28.1): +The following methods and/or types have been changed in V1.31 compared to the previous release (V1.30):
diff --git a/notes/prepare-for-1.31.1.md b/notes/prepare-for-1.31.1.md new file mode 100644 index 000000000..ebf288ed1 --- /dev/null +++ b/notes/prepare-for-1.31.1.md @@ -0,0 +1,7 @@ +# Prepare for Azure Management Libraries for .NET 1.31.1 # + +Steps to migrate code that uses Azure Management Libraries for .NET from 1.31 to 1.31.1 ... + +> If this note missed any breaking changes, please open a pull request. + +V1.31.1 is backwards compatible with V1.30 in the APIs intended for public use that reached the general availability (stable) stage in V1.x. \ No newline at end of file