Skip to content

Commit fd27562

Browse files
authored
release note 1.34.0 (#1085)
1 parent 07b169d commit fd27562

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Azure Management Libraries for .NET
55

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

88
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).
99

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

2525
## Feature Availability and Road Map
26-
:triangular_flag_on_post: *as of Version 1.33.0*
26+
:triangular_flag_on_post: *as of Version 1.34.0*
2727

2828
<table>
2929
<tr>
@@ -594,7 +594,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level
594594

595595
### Latest stable release
596596

597-
**1.33.0** release builds are available on NuGet:
597+
**1.34.0** release builds are available on NuGet:
598598

599599
|Azure Management Library | Package name | Stable |
600600
|---------------------------------------------|-----------------------------------------------------|------------------------|
@@ -633,7 +633,7 @@ IAzure azure = Azure.Configure().WithLogLevel(HttpLoggingDelegatingHandler.Level
633633

634634
## Upgrading from older versions
635635

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

638638
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:
639639

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

669669
| Version | SHA1 | Remarks |
670670
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
671+
| 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 |
671672
| 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 |
672673
| 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 |
673674
| 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 |

notes/prepare-for-1.34.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Prepare for Azure Management Libraries for .NET 1.34 #
2+
3+
Steps to migrate code that uses Azure Management Libraries for .NET from 1.33 to 1.34 ...
4+
5+
> If this note missed any breaking changes, please open a pull request.
6+
7+
V1.34 is backwards compatible with V1.33 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.

0 commit comments

Comments
 (0)