Skip to content

Commit

Permalink
release note 1.35.0 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
xseeseesee authored Oct 23, 2020
1 parent 1f5c1c9 commit 3fae964
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Documentation is available [on this page](https://aka.ms/azure-sdk-dotnet-mgmt)

# Azure Management Libraries for .NET

This README is based on the released stable version (1.34.0). If you are looking for other releases, see [More Information](#more-information)
This README is based on the released stable version (1.35.0). 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).

Expand All @@ -29,7 +29,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.34.0*
:triangular_flag_on_post: *as of Version 1.35.0*

<table>
<tr>
Expand Down Expand Up @@ -600,7 +600,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level

### Latest stable release

**1.34.0** release builds are available on NuGet:
**1.35.0** release builds are available on NuGet:

|Azure Management Library | Package name | Stable |
|---------------------------------------------|-----------------------------------------------------|------------------------|
Expand Down Expand Up @@ -639,7 +639,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level

## Upgrading from older versions

If you are migrating your code from 1.33.0 to 1.34.0, you can use these release notes for [preparing your code for 1.34.0 from 1.33.0](./notes/prepare-for-1.34.0.md).
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).

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:

Expand Down Expand Up @@ -674,6 +674,7 @@ If you would like to become an active contributor to this project please follow

| Version | SHA1 | Remarks |
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
| 1.35 | [1.34](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.35.0) | Tagged release for 1.35 version of Azure management libraries |
| 1.34 | [1.34](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.34.0) | Tagged release for 1.34 version of Azure management libraries |
| 1.33 | [1.33](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.33.0) | Tagged release for 1.33 version of Azure management libraries |
| 1.32 | [1.32](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.32.0) | Tagged release for 1.32 version of Azure management libraries |
Expand Down
7 changes: 7 additions & 0 deletions notes/prepare-for-1.35.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Prepare for Azure Management Libraries for .NET 1.35 #

Steps to migrate code that uses Azure Management Libraries for .NET from 1.34 to 1.35 ...

> If this note missed any breaking changes, please open a pull request.
V1.35 is backwards compatible with V1.34 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.

0 comments on commit 3fae964

Please sign in to comment.