Skip to content

Azure.ResourceManager_1.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 31 Mar 09:53
988c843

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 (previously ManagementGroup), ManagementGroupCollection and ManagementGroupData from Azure.ResourceManager.Management namespace to Azure.ResourceManager.ManagementGroups.
  • Moved class ArmResource and ArmCollection from Azure.ResourceManager.Core to Azure.ResourceManager.
  • Removed namespace Azure.ResourceManager.Core and Azure.ResourceManager.Management.
  • Removed class ErrorDetail and ErrorAdditionalInfo.
  • Removed GetIfExists methods from all the resource classes.
  • Changed Scope in ArmClientOptions to ArmEnvironment.
  • The constructor of ArmClient no longer accepts a Uri parameter, please use the ArmEnvironment in ArmClientOptions instead.
  • All properties of the type object were changed to BinaryData.