You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.9 (Unreleased)
3
+
## 1.0.0-beta.9 (2022-03-31)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- New struct `ArmEnvironment`.
8
8
9
-
### Bugs Fixed
9
+
### Breaking Changes
10
10
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`.
0 commit comments