Skip to content

Commit

Permalink
Prepare for release (#42912)
Browse files Browse the repository at this point in the history
* Prepare for release

* Update date
  • Loading branch information
JoshLove-msft authored Mar 22, 2024
1 parent 95aa88f commit f403667
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Release
# Release History

## 1.12.0-beta.1 (2024-03-22)

### Features Added

- Enable long-running operation rehydration.

## 1.11.0 (2024-03-22)

### Features Added

- Added `BicepModelReaderWriterOptions`.

### Other Changes

- Removed long-running operation rehydration support for the GA. These will be added back in a subsequent release.

## 1.11.0-beta.1 (2024-01-12)

### Features Added

- Enable long-running operation rehydration.

## 1.10.2 (2024-03-01)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.11.0</Version>
<Version>1.12.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.10.2</ApiCompatVersion>
<ApiCompatVersion>1.11.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resources.</Description>
<PackageTags>azure;management;resource</PackageTags>
Expand Down

0 comments on commit f403667

Please sign in to comment.