Skip to content

Commit 35b7161

Browse files
authored
Prepare for release stable mgmt libs - final batch (Azure#33190)
1 parent f14e1da commit 35b7161

File tree

12 files changed

+73
-19
lines changed

12 files changed

+73
-19
lines changed

sdk/mixedreality/Azure.ResourceManager.MixedReality/CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2022-12-26)
4+
5+
This release is the first stable release of the Mixed Reality Management library.
46

57
### Features Added
68

9+
- Upgraded API version to 2021-01-01.
10+
711
### Breaking Changes
812

9-
### Bugs Fixed
13+
Polishing since last public beta release:
14+
- Prepended `MixedReality` prefix to all single / simple model names.
15+
- Corrected the format of all `Guid` type properties / parameters.
16+
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
17+
- Corrected the format of all `ResouceType` type properties / parameters.
18+
- Corrected the format of all `ETag` type properties / parameters.
19+
- Corrected the format of all `AzureLocation` type properties / parameters.
20+
- Corrected the format of all binary type properties / parameters.
21+
- Corrected all acronyms that not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
22+
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).
23+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
24+
- Corrected the name of interval / duration properties / parameters that end with units.
25+
- Optimized the name of some models and functions.
1026

1127
### Other Changes
1228

29+
- Upgraded dependent Azure.ResourceManager to 1.3.2.
30+
- Optimized the implementation of methods related to tag operations.
31+
1332
## 1.0.0-beta.1 (2022-08-18)
1433

1534
### Breaking Changes

sdk/mixedreality/Azure.ResourceManager.MixedReality/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1919
Install the Microsoft Azure Mixed Reality management library for .NET with [NuGet](https://www.nuget.org/):
2020

2121
```dotnetcli
22-
dotnet add package Azure.ResourceManager.MixedReality --prerelease
22+
dotnet add package Azure.ResourceManager.MixedReality
2323
```
2424

2525
### Prerequisites

sdk/mixedreality/Azure.ResourceManager.MixedReality/src/Azure.ResourceManager.MixedReality.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.0.0-beta.2</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.MixedReality</PackageId>
55
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.MixedReality.</Description>
66
<PackageTags>azure;management;arm;resource manager;mixedreality</PackageTags>

sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/CHANGELOG.md

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

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2022-12-26)
44

5-
### Features Added
5+
This release is the first stable release of the Resource Graph Management library.
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
Polishing since last public beta release:
10+
- Corrected the format of all `Guid` type properties / parameters.
11+
- Optimized the name of some models and functions.
1012

1113
### Other Changes
1214

15+
- Upgraded dependent Azure.ResourceManager to 1.3.2.
16+
- Optimized the implementation of methods related to tag operations.
17+
1318
## 1.0.0-beta.1 (2022-08-18)
1419

1520
### Breaking Changes

sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1919
Install the Microsoft Azure Resource Graph management library for .NET with [NuGet](https://www.nuget.org/):
2020

2121
```dotnetcli
22-
dotnet add package Azure.ResourceManager.ResourceGraph --prerelease
22+
dotnet add package Azure.ResourceManager.ResourceGraph
2323
```
2424

2525
### Prerequisites

sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/src/Azure.ResourceManager.ResourceGraph.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.0.0-beta.2</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.ResourceGraph</PackageId>
55
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ResourceGraph.</Description>
66
<PackageTags>azure;management;arm;resource manager;resourcegraph</PackageTags>

sdk/signalr/Azure.ResourceManager.SignalR/CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2022-12-26)
44

5-
### Features Added
5+
This release is the first stable release of the SignalR Management library.
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
Polishing since last public beta release:
10+
- Prepended `SignalR` prefix to all single / simple model names.
11+
- Corrected the format of all `Guid` type properties / parameters.
12+
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
13+
- Corrected the format of all `ResouceType` type properties / parameters.
14+
- Corrected the format of all `ETag` type properties / parameters.
15+
- Corrected the format of all `AzureLocation` type properties / parameters.
16+
- Corrected the format of all binary type properties / parameters.
17+
- Corrected all acronyms that not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
18+
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).
19+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
20+
- Corrected the name of interval / duration properties / parameters that end with units.
21+
- Optimized the name of some models and functions.
1022

1123
### Other Changes
1224

25+
- Upgraded dependent Azure.ResourceManager to 1.3.2.
26+
- Optimized the implementation of methods related to tag operations.
27+
1328
## 1.0.0-beta.1 (2022-09-25)
1429

1530
### Breaking Changes

sdk/signalr/Azure.ResourceManager.SignalR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1919
Install the Microsoft Azure SignalR management library for .NET with [NuGet](https://www.nuget.org/):
2020

2121
```dotnetcli
22-
dotnet add package Azure.ResourceManager.SignalR --prerelease
22+
dotnet add package Azure.ResourceManager.SignalR
2323
```
2424

2525
### Prerequisites

sdk/signalr/Azure.ResourceManager.SignalR/src/Azure.ResourceManager.SignalR.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.0.0-beta.2</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.SignalR</PackageId>
55
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.SignalR.</Description>
66
<PackageTags>azure;management;arm;resource manager;signalr</PackageTags>

sdk/synapse/Azure.ResourceManager.Synapse/CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0 (2022-12-26)
44

5-
### Features Added
5+
This release is the first stable release of the Synapse Management library.
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
Polishing since last public beta release:
10+
- Prepended `Synapse` prefix to all single / simple model names.
11+
- Corrected the format of all `Guid` type properties / parameters.
12+
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
13+
- Corrected the format of all `ResouceType` type properties / parameters.
14+
- Corrected the format of all `ETag` type properties / parameters.
15+
- Corrected the format of all `AzureLocation` type properties / parameters.
16+
- Corrected the format of all binary type properties / parameters.
17+
- Corrected all acronyms that not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines).
18+
- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations).
19+
- Corrected the suffix of `DateTimeOffset` properties / parameters.
20+
- Corrected the name of interval / duration properties / parameters that end with units.
21+
- Optimized the name of some models and functions.
1022

1123
### Other Changes
1224

25+
- Upgraded dependent Azure.ResourceManager to 1.3.2.
26+
- Optimized the implementation of methods related to tag operations.
27+
1328
## 1.0.0-beta.1 (2022-09-25)
1429

1530
### Breaking Changes

0 commit comments

Comments
 (0)