Skip to content

Commit

Permalink
Prepare to release track 2 mgmt plane batch 4 SDK (#30929)
Browse files Browse the repository at this point in the history
* Prepare to release track 2 mgmt plane batch 4 SDK

* update readme to fix ci
  • Loading branch information
Yao725 authored Sep 5, 2022
1 parent 1e729b3 commit 218d3bb
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 62 deletions.
15 changes: 10 additions & 5 deletions sdk/authorization/Azure.ResourceManager.Authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Release History

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

### Features Added
This is the first stable release of the Authorization Management client library.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Corrected the type of property `LinkedRoleEligibilityScheduleId` of RoleAssignmentScheduleData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `LinkedRoleEligibilityScheduleId` of RoleAssignmentScheduleInstanceData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `LinkedRoleEligibilityScheduleInstanceId` of RoleAssignmentScheduleInstanceData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `LinkedRoleEligibilityScheduleId` of RoleAssignmentScheduleRequestData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `TargetRoleAssignmentScheduleId` of RoleAssignmentScheduleRequestData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `TargetRoleAssignmentScheduleInstanceId` of RoleAssignmentScheduleRequestData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `TargetRoleEligibilityScheduleId` of RoleEligibilityScheduleRequestData from `Guid` to `ResourceIdentifier`.
- Corrected the type of property `TargetRoleEligibilityScheduleInstanceId` of RoleEligibilityScheduleRequestData from `Guid` to `ResourceIdentifier`.

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

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 Authorization management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.Authorization</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider Authorization</Description>
<PackageTags>azure;management;arm;resource manager;authorization</PackageTags>
Expand Down
8 changes: 5 additions & 3 deletions sdk/logic/Azure.ResourceManager.Logic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

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

### Features Added
This is the first stable release of the Logic Management client library.

### Breaking Changes

### Bugs Fixed
- Renamed property `Address` in `FlowEndpointIPAddress` to `CidrAddress` and changed its type to string.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
Expand Down
2 changes: 1 addition & 1 deletion sdk/logic/Azure.ResourceManager.Logic/README.md
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 Logic management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.Logic</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider Logic</Description>
<PackageTags>azure;management;arm;resource manager;logic</PackageTags>
Expand Down
10 changes: 4 additions & 6 deletions sdk/mysql/Azure.ResourceManager.MySql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
This is the first stable release of the MySql Management client library.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
Expand Down
2 changes: 1 addition & 1 deletion sdk/mysql/Azure.ResourceManager.MySql/README.md
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 MySql management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.MySql</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider MySql</Description>
<PackageTags>azure;management;arm;resource manager;mysql</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
This is the first stable release of the Notification Hubs Management client library.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
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 Notification Hubs management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.NotificationHubs</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider NotificationHubs</Description>
<PackageTags>azure;management;arm;resource manager;notificationhubs</PackageTags>
Expand Down
10 changes: 4 additions & 6 deletions sdk/postgresql/Azure.ResourceManager.PostgreSql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
This is the first stable release of the PostgreSql Management client library.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
Expand Down
2 changes: 1 addition & 1 deletion sdk/postgresql/Azure.ResourceManager.PostgreSql/README.md
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 PostgreSql management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.PostgreSql</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider PostgreSql</Description>
<PackageTags>azure;management;arm;resource manager;postgresql</PackageTags>
Expand Down
10 changes: 2 additions & 8 deletions sdk/reservations/Azure.ResourceManager.Reservations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
This is the first stable release of the Reservations Management client library.

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

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 Reservations management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.Reservations</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider reservations</Description>
<PackageTags>azure;management;arm;resource manager;reservations</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
This is the first stable release of the Service Fabric Management client library.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
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 management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.ServiceFabric</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ServiceFabric</Description>
<PackageTags>azure;management;arm;resource manager;servicefabric</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
This is the first stable release of the Stream Analytics Management client library.

### Other Changes

- Optimized the implementation of methods related to tag operations.

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

Polishing since last public beta release:
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 Stream Analytics management library for .NET with [NuGet](https://www.nuget.org/):

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

### 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.StreamAnalytics</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider StreamAnalytics</Description>
<PackageTags>azure;management;arm;resource manager;streamanalytics</PackageTags>
Expand Down

0 comments on commit 218d3bb

Please sign in to comment.