From d8b1f89ee67ca176ebb55719af4ffa50cb48abad Mon Sep 17 00:00:00 2001 From: Yao Kou Date: Mon, 29 Aug 2022 17:59:29 +0800 Subject: [PATCH 1/2] Prepare release for fourth part of mgmt batch 4 SDK --- .../CHANGELOG.md | 24 +++++++++++++------ .../CHANGELOG.md | 24 +++++++++++++------ .../CHANGELOG.md | 20 +++++++++++++--- .../README.md | 2 +- ...e.ResourceManager.SqlVirtualMachine.csproj | 2 +- .../CHANGELOG.md | 18 +++++++++++--- .../README.md | 2 +- .../Azure.ResourceManager.StoragePool.csproj | 2 +- .../CHANGELOG.md | 24 +++++++++++++------ .../CHANGELOG.md | 16 +++++++++---- 10 files changed, 99 insertions(+), 35 deletions(-) diff --git a/sdk/resourcemover/Azure.ResourceManager.ResourceMover/CHANGELOG.md b/sdk/resourcemover/Azure.ResourceManager.ResourceMover/CHANGELOG.md index ae2c2b1100839..178119b0cb168 100644 --- a/sdk/resourcemover/Azure.ResourceManager.ResourceMover/CHANGELOG.md +++ b/sdk/resourcemover/Azure.ResourceManager.ResourceMover/CHANGELOG.md @@ -1,15 +1,25 @@ # Release History -## 1.0.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.0-beta.2 (2022-08-29) + +Polishing since last public beta release: +- Prepended `ResourceMover` prefix to all single / simple model names. +- Corrected the format of all `Guid` type properties / parameters. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `ResouceType` type properties / parameters. +- Corrected the format of all `ETag` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected the format of all binary type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.1 (2022-07-12) ### Breaking Changes diff --git a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/CHANGELOG.md b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/CHANGELOG.md index 93a5bb05fdf97..3db69a9df672c 100644 --- a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/CHANGELOG.md +++ b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/CHANGELOG.md @@ -1,15 +1,25 @@ # Release History -## 1.0.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.0-beta.2 (2022-08-29) + +Polishing since last public beta release: +- Prepended `ServiceFabric` prefix to all single / simple model names. +- Corrected the format of all `Guid` type properties / parameters. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `ResouceType` type properties / parameters. +- Corrected the format of all `ETag` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected the format of all binary type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.1 (2022-07-12) ### Breaking Changes diff --git a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md index a9bc2b5ea63b4..6894a049810ef 100644 --- a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md +++ b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md @@ -1,15 +1,29 @@ # Release History -## 1.0.0-beta.2 (Unreleased) +## 1.0.0 (2022-08-29) -### Features Added +This is the first stable release of the Sql Virtual Machine Management client library. ### Breaking Changes -### Bugs Fixed +Polishing since last public beta release: +- Prepended `ContainerInstance` prefix to all single / simple model names. +- Corrected the format of all `Guid` type properties / parameters. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `ResouceType` type properties / parameters. +- Corrected the format of all `ETag` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected the format of all binary type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.1 (2022-07-12) ### Breaking Changes diff --git a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/README.md b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/README.md index a8b1964aaeb3c..3b3ddd8f82bb6 100644 --- a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/README.md +++ b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/README.md @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur Install the Azure Sql Virtual Machine management library for .NET with [NuGet](https://www.nuget.org/): ```dotnetcli -dotnet add package Azure.ResourceManager.SqlVirtualMachine --prerelease +dotnet add package Azure.ResourceManager.SqlVirtualMachine ``` ### Prerequisites diff --git a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Azure.ResourceManager.SqlVirtualMachine.csproj b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Azure.ResourceManager.SqlVirtualMachine.csproj index 10e9d2004b41e..593dea4b35d7e 100644 --- a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Azure.ResourceManager.SqlVirtualMachine.csproj +++ b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Azure.ResourceManager.SqlVirtualMachine.csproj @@ -1,6 +1,6 @@ - 1.0.0-beta.2 + 1.0.0 Azure.ResourceManager.SqlVirtualMachine Azure Resource Manager client SDK for Azure resource provider SqlVirtualMachine azure;management;arm;resource manager;sqlvirtualmachine diff --git a/sdk/storagepool/Azure.ResourceManager.StoragePool/CHANGELOG.md b/sdk/storagepool/Azure.ResourceManager.StoragePool/CHANGELOG.md index 23ce6adbe411a..fba6cd457de42 100644 --- a/sdk/storagepool/Azure.ResourceManager.StoragePool/CHANGELOG.md +++ b/sdk/storagepool/Azure.ResourceManager.StoragePool/CHANGELOG.md @@ -1,15 +1,27 @@ # Release History -## 1.0.0-beta.5 (Unreleased) +## 1.0.0 (2022-08-29) -### Features Added +This is the first stable release of the Storage Pool Management client library. ### Breaking Changes -### Bugs Fixed +Polishing since last public beta release: +- Renamed `DiskPool` to `DiskPoolResource`. +- Renamed `IscsiTarget` to `DiskPoolIscsiTargetResource`. +- Prepended `StoragePool` prefix to all single / simple model names. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.4 (2022-07-12) ### Features Added diff --git a/sdk/storagepool/Azure.ResourceManager.StoragePool/README.md b/sdk/storagepool/Azure.ResourceManager.StoragePool/README.md index 6d2131cb01164..4009f3d002c2c 100644 --- a/sdk/storagepool/Azure.ResourceManager.StoragePool/README.md +++ b/sdk/storagepool/Azure.ResourceManager.StoragePool/README.md @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur Install the Azure StoragePool management library for .NET with [NuGet](https://www.nuget.org/): ```dotnetcli -dotnet add package Azure.ResourceManager.StoragePool --prerelease +dotnet add package Azure.ResourceManager.StoragePool ``` ### Prerequisites diff --git a/sdk/storagepool/Azure.ResourceManager.StoragePool/src/Azure.ResourceManager.StoragePool.csproj b/sdk/storagepool/Azure.ResourceManager.StoragePool/src/Azure.ResourceManager.StoragePool.csproj index cb3b50026e212..da46064685a9d 100644 --- a/sdk/storagepool/Azure.ResourceManager.StoragePool/src/Azure.ResourceManager.StoragePool.csproj +++ b/sdk/storagepool/Azure.ResourceManager.StoragePool/src/Azure.ResourceManager.StoragePool.csproj @@ -1,6 +1,6 @@ - 1.0.0-beta.5 + 1.0.0 Azure.ResourceManager.StoragePool Azure Resource Manager client SDK for Azure resource provider StoragePool azure;management;arm;resource manager;storagepool diff --git a/sdk/streamanalytics/Azure.ResourceManager.StreamAnalytics/CHANGELOG.md b/sdk/streamanalytics/Azure.ResourceManager.StreamAnalytics/CHANGELOG.md index c6ef010bc5eb0..08d8f47b1be26 100644 --- a/sdk/streamanalytics/Azure.ResourceManager.StreamAnalytics/CHANGELOG.md +++ b/sdk/streamanalytics/Azure.ResourceManager.StreamAnalytics/CHANGELOG.md @@ -1,15 +1,25 @@ # Release History -## 1.0.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.0-beta.2 (2022-08-29) + +Polishing since last public beta release: +- Prepended `StreamAnalytics` prefix to all single / simple model names. +- Corrected the format of all `Guid` type properties / parameters. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `ResouceType` type properties / parameters. +- Corrected the format of all `ETag` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected the format of all binary type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.1 (2022-07-12) ### Breaking Changes diff --git a/sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md b/sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md index bfd28f6ac0c8b..70587e2212729 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md +++ b/sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md @@ -1,15 +1,23 @@ # Release History -## 1.0.0-beta.4 (Unreleased) - -### Features Added +## 1.0.0-beta.4 (2022-08-29) ### Breaking Changes -### Bugs Fixed +Polishing since last public beta release: +- Prepended `AppService` prefix to all single / simple model names. +- Corrected the format of all `ResourceIdentifier` type properties / parameters. +- Corrected the format of all `AzureLocation` type properties / parameters. +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). +- Corrected the suffix of `DateTimeOffset` properties / parameters. +- Corrected the name of interval / duration properties / parameters which end with units. +- Optimized the name of some models and functions. ### Other Changes +- Upgraded dependent `Azure.ResourceManager` to 1.3.0 + ## 1.0.0-beta.3 (2022-07-12) ### Breaking Changes From 6d0e538db9e8c565c51f4f4de3d570a7e925a3de Mon Sep 17 00:00:00 2001 From: Yao Kou Date: Mon, 29 Aug 2022 20:00:34 +0800 Subject: [PATCH 2/2] address comment --- .../Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md index 6894a049810ef..4ca57ea83881c 100644 --- a/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md +++ b/sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/CHANGELOG.md @@ -7,7 +7,7 @@ This is the first stable release of the Sql Virtual Machine Management client li ### Breaking Changes Polishing since last public beta release: -- Prepended `ContainerInstance` prefix to all single / simple model names. +- Prepended `SqlVirtualMachine` prefix to all single / simple model names. - Corrected the format of all `Guid` type properties / parameters. - Corrected the format of all `ResourceIdentifier` type properties / parameters. - Corrected the format of all `ResouceType` type properties / parameters.