1.0.0-beta.9 (2022-03-31)
Features Added
- New struct
ArmEnvironment
.
Breaking Changes
- Now all the resource classes would have a
Resource
suffix (if it previously does not have one). - Renamed some models to more comprehensive names.
- Moved class
ManagementGroupResource
(previouslyManagementGroup
),ManagementGroupCollection
andManagementGroupData
fromAzure.ResourceManager.Management
namespace toAzure.ResourceManager.ManagementGroups
. - Moved class
ArmResource
andArmCollection
fromAzure.ResourceManager.Core
toAzure.ResourceManager
. - Removed namespace
Azure.ResourceManager.Core
andAzure.ResourceManager.Management
. - Removed class
ErrorDetail
andErrorAdditionalInfo
. - Removed
GetIfExists
methods from all the resource classes. - Changed
Scope
inArmClientOptions
toArmEnvironment
. - The constructor of
ArmClient
no longer accepts aUri
parameter, please use theArmEnvironment
inArmClientOptions
instead. - All properties of the type
object
were changed toBinaryData
.