Skip to content

Commit 988c843

Browse files
prepare release for resourcemanager (Azure#27868)
* prepare release for resourcemanager * resolve comments * resolve commetns
1 parent 5491b72 commit 988c843

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Release History
22

3-
## 1.0.0-beta.9 (Unreleased)
3+
## 1.0.0-beta.9 (2022-03-31)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- New struct `ArmEnvironment`.
88

9-
### Bugs Fixed
9+
### Breaking Changes
1010

11-
### Other Changes
11+
- Now all the resource classes would have a `Resource` suffix (if it previously does not have one).
12+
- Renamed some models to more comprehensive names.
13+
- Moved class `ManagementGroupResource` (previously `ManagementGroup`), `ManagementGroupCollection` and `ManagementGroupData` from `Azure.ResourceManager.Management` namespace to `Azure.ResourceManager.ManagementGroups`.
14+
- Moved class `ArmResource` and `ArmCollection` from `Azure.ResourceManager.Core` to `Azure.ResourceManager`.
15+
- Removed namespace `Azure.ResourceManager.Core` and `Azure.ResourceManager.Management`.
16+
- Removed class `ErrorDetail` and `ErrorAdditionalInfo`.
17+
- Removed `GetIfExists` methods from all the resource classes.
18+
- Changed `Scope` in `ArmClientOptions` to `ArmEnvironment`.
19+
- The constructor of `ArmClient` no longer accepts a `Uri` parameter, please use the `ArmEnvironment` in `ArmClientOptions` instead.
20+
- All properties of the type `object` were changed to `BinaryData`.
1221

1322
## 1.0.0-beta.8 (2022-01-29)
1423

sdk/resourcemanager/Azure.ResourceManager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
1414
Install the Azure Resources management library for .NET with [NuGet](https://www.nuget.org/):
1515

1616
```PowerShell
17-
Install-Package Azure.ResourceManager -Version 1.0.0-beta.8
17+
Install-Package Azure.ResourceManager -Version 1.0.0-beta.9
1818
```
1919

2020
### Prerequisites

0 commit comments

Comments
 (0)