-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add batch operations support to azure-mgmt-resource #45319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
56c1668
0a5b37f
729f4e0
6501527
7159f06
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,22 @@ | ||
| # Release History | ||
|
|
||
| ## 25.1.0b1 (TBD) | ||
|
|
||
| ### Features Added | ||
|
|
||
| - Added support for ARM Batch Operations API (2025-08-01-preview) | ||
| - New `BatchOperations` operation group with the following methods: | ||
| - `begin_invoke_at_subscription_scope()` - Execute batch requests at subscription scope | ||
| - `begin_invoke_at_resource_group_scope()` - Execute batch requests at resource group scope | ||
| - New models for batch operations: | ||
| - `BatchRequest` - Individual request specification within a batch | ||
| - `BatchRequests` - Container for multiple batch requests | ||
| - `BatchResponse` - Individual response from a batch request | ||
| - `BatchResponseStatus` - Overall batch operation status and results | ||
| - `BatchProvisioningState` - Enum for batch operation states | ||
| - Batch operations support Long Running Operations (LRO) with proper polling | ||
| - Both synchronous and asynchronous execution patterns supported | ||
|
||
|
|
||
| ## 25.0.0 (2026-02-04) | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.