Skip to content

Commit 01cdcee

Browse files
Prepare release for batch, reservations, desktopvirtualization, healthcareapis and netapp (Azure#34162)
* prepare release for batch * prepare release for reservations * prepare release for desktopvirtualization, healthcareapis and netapp * resolve comments
1 parent bddec7d commit 01cdcee

File tree

10 files changed

+28
-39
lines changed

10 files changed

+28
-39
lines changed

sdk/batch/Azure.ResourceManager.Batch/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.1 (2023-02-15)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.1.0 (2022-11-11)
1411

1512
### Features Added

sdk/batch/Azure.ResourceManager.Batch/src/Azure.ResourceManager.Batch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0-beta.1</Version>
3+
<Version>1.1.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.1.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Batch</PackageId>

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.1 (2023-02-15)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.0.0 (2022-09-26)
1411

1512
This release is the first stable release of the Desktop Virtualization Management library.
@@ -23,7 +20,7 @@ Polishing since last public beta release:
2320
- Corrected all acronyms that not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
2421
- Corrected the suffix of `DateTimeOffset` properties / parameters.
2522
- Optimized the name of some models and functions.
26-
- Repalaced the model `ResourceModelWithAllowedPropertySetIdentity` with `Azure.ResourceManager.Models.ManagedServiceIdentit`.
23+
- Replaced the model `ResourceModelWithAllowedPropertySetIdentity` with `Azure.ResourceManager.Models.ManagedServiceIdentit`.
2724

2825
### Other Changes
2926

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/src/Azure.ResourceManager.DesktopVirtualization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.DesktopVirtualization</PackageId>

sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.1 (2023-02-15)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.0.0 (2022-09-19)
1411

1512
This release is the first stable release of the Healthcare Apis Management library.

sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Azure.ResourceManager.HealthcareApis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.HealthcareApis</PackageId>

sdk/netapp/Azure.ResourceManager.NetApp/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.1 (2023-02-15)
104

115
### Other Changes
126

7+
- Upgraded dependent `Azure.Core` to `1.28.0`.
8+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
9+
1310
## 1.0.0 (2022-09-28)
1411

1512
This release is the first stable release of the NetApp Management client library.
@@ -70,4 +67,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
7067

7168
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
7269

73-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
70+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/netapp/Azure.ResourceManager.NetApp/src/Azure.ResourceManager.NetApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.0-beta.1</Version>
3+
<Version>1.0.1</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.0.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.NetApp</PackageId>

sdk/reservations/Azure.ResourceManager.Reservations/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0 (2023-02-15)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Introduced property bag for the methods with more than 5 parameters.
108

119
### Other Changes
1210

11+
- Upgraded dependent `Azure.Core` to `1.28.0`.
12+
- Upgraded dependent `Azure.ResourceManager` to `1.4.0`.
13+
1314
## 1.1.0 (2022-10-11)
1415

1516
### Features Added

sdk/reservations/Azure.ResourceManager.Reservations/src/Azure.ResourceManager.Reservations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.2.0-beta.1</Version>
3+
<Version>1.2.0</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.1.0</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Reservations</PackageId>

0 commit comments

Comments
 (0)