Skip to content

Commit 3fae964

Browse files
authored
release note 1.35.0 (#1156)
1 parent 1f5c1c9 commit 3fae964

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation is available [on this page](https://aka.ms/azure-sdk-dotnet-mgmt)
99

1010
# Azure Management Libraries for .NET
1111

12-
This README is based on the released stable version (1.34.0). If you are looking for other releases, see [More Information](#more-information)
12+
This README is based on the released stable version (1.35.0). If you are looking for other releases, see [More Information](#more-information)
1313

1414
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).
1515

@@ -29,7 +29,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f
2929
* [More information](#more-information)
3030

3131
## Feature Availability and Road Map
32-
:triangular_flag_on_post: *as of Version 1.34.0*
32+
:triangular_flag_on_post: *as of Version 1.35.0*
3333

3434
<table>
3535
<tr>
@@ -600,7 +600,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level
600600

601601
### Latest stable release
602602

603-
**1.34.0** release builds are available on NuGet:
603+
**1.35.0** release builds are available on NuGet:
604604

605605
|Azure Management Library | Package name | Stable |
606606
|---------------------------------------------|-----------------------------------------------------|------------------------|
@@ -639,7 +639,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level
639639

640640
## Upgrading from older versions
641641

642-
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).
642+
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).
643643

644644
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:
645645

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

675675
| Version | SHA1 | Remarks |
676676
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
677+
| 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 |
677678
| 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 |
678679
| 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 |
679680
| 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 |

notes/prepare-for-1.35.0.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Prepare for Azure Management Libraries for .NET 1.35 #
2+
3+
Steps to migrate code that uses Azure Management Libraries for .NET from 1.34 to 1.35 ...
4+
5+
> If this note missed any breaking changes, please open a pull request.
6+
7+
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 commit comments

Comments
 (0)