Skip to content

Azure.ResourceManager.Compute.BulkActions_1.1.0

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 07 Jul 21:59
e702495

1.1.0 (2026-07-07)

Breaking Changes

  • The bulk operation methods now require an explicit AzureLocation parameter instead of inferring the location from the ResourceGroupResource. A resource group's location can differ from the location of the resources it contains, so the location must be supplied by the caller. The following overloads that inferred the location were removed:
    • BulkStartOperation / BulkStartOperationAsync
    • BulkDeallocateOperation / BulkDeallocateOperationAsync
    • BulkHibernateOperation / BulkHibernateOperationAsync
    • BulkDeleteOperation / BulkDeleteOperationAsync
    • BulkGetOperationsStatus / BulkGetOperationsStatusAsync
    • BulkCancelOperations / BulkCancelOperationsAsync