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
Renamed client ManagementGroupsAPI to ManagementGroupsMgmtClient
Model CreateManagementGroupRequest moved instance variable tenant_id, display_name, details and children under property properties whose type is CreateManagementGroupProperties
Model CreateOrUpdateSettingsRequest moved instance variable require_authorization_for_group_creation and default_management_group under property properties whose type is CreateOrUpdateSettingsProperties
Model DescendantInfo moved instance variable display_name and parent under property properties whose type is DescendantInfoProperties
Model EntityInfo moved instance variable tenant_id, display_name, parent, permissions, inherited_permissions, number_of_descendants, number_of_children, number_of_child_groups, parent_display_name_chain and parent_name_chain under property properties whose type is EntityInfoProperties
Model HierarchySettings moved instance variable tenant_id, require_authorization_for_group_creation and default_management_group under property properties whose type is HierarchySettingsProperties
Model HierarchySettingsInfo moved instance variable tenant_id, require_authorization_for_group_creation and default_management_group under property properties whose type is HierarchySettingsProperties
Model ManagementGroup moved instance variable tenant_id, display_name, details and children under property properties whose type is ManagementGroupProperties
Model ManagementGroupInfo moved instance variable tenant_id and display_name under property properties whose type is ManagementGroupInfoProperties
Model SubscriptionUnderManagementGroup moved instance variable tenant, display_name, parent and state under property properties whose type is SubscriptionUnderManagementGroupProperties
Deleted or renamed model AzureAsyncOperationResults
Deleted or renamed model EntityHierarchyItem
Deleted or renamed model ErrorDetails
Deleted or renamed model OperationDisplayProperties
Deleted or renamed model OperationResults
Method EntitiesOperations.list changed its parameter skiptoken/select/search/view/group_name/cache_control from positional_or_keyword to keyword_only
Method ManagementGroupSubscriptionsOperations.create changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupSubscriptionsOperations.delete changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupSubscriptionsOperations.get_subscription changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupSubscriptionsOperations.get_subscriptions_under_management_group changed its parameter skiptoken from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.begin_create_or_update changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.begin_delete changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.get changed its parameter expand/recurse/cache_control from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.get_descendants changed its parameter skiptoken from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.list changed its parameter cache_control/skiptoken from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.update changed its parameter cache_control from positional_or_keyword to keyword_only
Method ManagementGroupsOperations.begin_delete changed return type from LROPoller[AzureAsyncOperationResults] to LROPoller[None]
Other Changes
Deleted model DescendantListResult/EntityListResult/ListSubscriptionUnderManagementGroup/ManagementGroupListResult/OperationListResult which actually were not used by SDK users