Skip to content

Commit

Permalink
Prepare release for ContainerService, Media and ServiceFabricManagedC… (
Browse files Browse the repository at this point in the history
#31423)

* prepare release for ContainerService, Media and ServiceFabricManagedClusters

* resolve comment
  • Loading branch information
Yao725 authored Sep 26, 2022
1 parent c339107 commit 4b435fd
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0 (2022-09-26)

### Features Added
This is the first stable release of the Container Service Management library.

### Breaking Changes

- Changed the type of property `ClientId` in `ManagedClusterServicePrincipalProfile` from `Guid` to `string`.

### Bugs Fixed

- Fixed the interim API version issue in the LRO.

### Other Changes

- Upgraded dependent Azure.ResourceManager to 1.3.1.
- Optimized the implementation of methods related to tag operations.

## 1.0.0-beta.2 (2022-08-29)

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure Container Service management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ContainerService --prerelease
dotnet add package Azure.ResourceManager.ContainerService
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.ContainerService</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ContainerService</Description>
<PackageTags>azure;management;arm;resource manager;containerservice</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion sdk/mediaservices/Azure.ResourceManager.Media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0 (2022-09-25)
## 1.0.0 (2022-09-26)

This is the first stable release of the Media Management client library.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0 (2022-09-26)

### Features Added
This is the first stable release of the Service Fabric Managed Clusters Management library.

### Breaking Changes

### Bugs Fixed
Polishing since last public beta release:
- Prepended `ServiceFabricManaged` 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 `IPAddress` 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 the name of interval / duration properties / parameters which end with units.
- Optimized the name of some models and functions.

### Other Changes

- Updated the API version to 2022-01-01.
- Upgraded dependent Azure.ResourceManager to 1.3.1.
- Optimized the implementation of methods related to tag operations.

## 1.0.0-beta.1 (2022-08-18)

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure Service Fabric Managed Clusters management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.ServiceFabricManagedClusters --prerelease
dotnet add package Azure.ResourceManager.ServiceFabricManagedClusters
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.ServiceFabricManagedClusters</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ServiceFabricManagedClusters</Description>
<PackageTags>azure;management;arm;resource manager;servicefabricmanagedclusters</PackageTags>
Expand Down

0 comments on commit 4b435fd

Please sign in to comment.