github Azure/azure-sdk-for-net Azure.ResourceManager.Compute.BulkActions_1.1.0

latest release: Azure.Template_1.0.3-beta.6531448
3 hours ago

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

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.