Skip to content

Commit

Permalink
Release for LRO rehydration (#43710)
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 authored Apr 28, 2024
1 parent 28b15b5 commit f23b043
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 139 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.1.0 (2023-11-27)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.1.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.AppPlatform</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.1.1 (2024-03-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.1.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Authorization</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/cdn/Azure.ResourceManager.Cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Update Apiversion from 2021-06-01 to 2024-02-01
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
- Add canMigrate API
- Add Migrate API
- Add log-scrubbing support for profile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.2.0 (2023-11-27)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0-beta.1</Version>
<Version>1.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.ContainerInstance</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.2.0 (2023-11-21)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0-beta.1</Version>
<Version>1.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.ContainerRegistry</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.2.0 (2024-01-12)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0-beta.1</Version>
<Version>1.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.ContainerService</PackageId>
Expand Down
8 changes: 2 additions & 6 deletions sdk/cosmosdb/Azure.ResourceManager.CosmosDB/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.4.0-beta.8 (Unreleased)
## 1.4.0-beta.8 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.4.0-beta.7 (2024-03-26)

Expand Down
9 changes: 2 additions & 7 deletions sdk/dns/Azure.ResourceManager.Dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.1 (2024-04-29)

### Features Added

- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Added model factory for all `DnsRecordData`

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.1.0 (2023-11-21)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.1.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Dns</PackageId>
Expand Down
8 changes: 2 additions & 6 deletions sdk/eventhub/Azure.ResourceManager.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.1.0-beta.6 (Unreleased)
## 1.1.0-beta.6 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.1.0-beta.5 (2024-03-26)

Expand Down
8 changes: 2 additions & 6 deletions sdk/keyvault/Azure.ResourceManager.KeyVault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.2.1 (2024-03-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0-beta.1</Version>
<Version>1.2.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.KeyVault</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.2.1 (2024-03-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0-beta.1</Version>
<Version>1.2.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.ManagedServiceIdentities</PackageId>
Expand Down
7 changes: 2 additions & 5 deletions sdk/monitor/Azure.ResourceManager.Monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.3.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

### Bugs Fixed

- Fix [issue#41377](https://github.com/Azure/azure-sdk-for-net/issues/41377), change the serialization for `MonitorConditionOperator`.
- Fix [issue#43151](https://github.com/Azure/azure-sdk-for-net/issues/43151), change the deserialization for `TenantId`.

### Other Changes

## 1.3.0 (2023-11-21)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.4.0-beta.1</Version>
<Version>1.3.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Monitor</PackageId>
Expand Down
2 changes: 2 additions & 0 deletions sdk/network/Azure.ResourceManager.Network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## 1.8.0 (2024-04-26)

### Features Added

- Upgraded api-version tag from 'package-2023-09' to 'package-2023-11'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c4e661cdf92c8f579574008d0cd11874cc303da0/specification/network/resource-manager/readme.md
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.7.0 (2024-01-12)

Expand Down
9 changes: 2 additions & 7 deletions sdk/privatedns/Azure.ResourceManager.PrivateDns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.1 (2024-04-29)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.1.0 (2023-11-29)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.1.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.PrivateDns</PackageId>
Expand Down
8 changes: 2 additions & 6 deletions sdk/redis/Azure.ResourceManager.Redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.3.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.3.1 (2024-03-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.4.0-beta.1</Version>
<Version>1.3.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Redis</PackageId>
Expand Down
8 changes: 2 additions & 6 deletions sdk/resources/Azure.ResourceManager.Resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.8.0-beta.1 (Unreleased)
## 1.7.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.7.1 (2024-03-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.8.0-beta.1</Version>
<Version>1.7.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.7.1</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Resources</PackageId>
Expand Down
8 changes: 2 additions & 6 deletions sdk/search/Azure.ResourceManager.Search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.3.0-beta.2 (Unreleased)
## 1.3.0-beta.2 (2024-04-29)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

## 1.3.0-beta.1 (2024-04-17)

Expand Down
Loading

0 comments on commit f23b043

Please sign in to comment.