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
[Consumption] Update consumption commands to API 2024-08-01
Generated via aaz-dev-mcp using new rename_command_group + rename_command
tools to preserve legacy CLI command names:
- usage-detail -> usage
- reservation-detail -> reservation detail
- reservation-summary -> reservation summary
- pricesheet default show -> pricesheet show
All 7 consumption resources from the 2024-08-01 spec are added.
Create operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
3
+
Create operation to create or update a budget. You can optionally provide an eTag if desired as a form of concurrency control. To obtain the latest eTag for a given budget, perform a get operation prior to your put operation.
Update operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
3
+
Update operation to create or update a budget. You can optionally provide an eTag if desired as a form of concurrency control. To obtain the latest eTag for a given budget, perform a get operation prior to your put operation.
: Create operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
8
+
: Create operation to create or update a budget. You can optionally provide an eTag if desired as a form of concurrency control. To obtain the latest eTag for a given budget, perform a get operation prior to your put operation.
: Create operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
@@ -17,16 +17,16 @@ Manage budgets for an Azure subscription.
17
17
: Delete operation to delete a budget.
18
18
19
19
-[list](/Commands/consumption/budget/_list.md)
20
-
: List budgets for an Azure subscription.
20
+
: List all budgets for the defined scope.
21
21
22
22
-[show](/Commands/consumption/budget/_show.md)
23
-
: Get the budget for a subscription by budget name.
: Update operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
29
+
: Update operation to create or update a budget. You can optionally provide an eTag if desired as a form of concurrency control. To obtain the latest eTag for a given budget, perform a get operation prior to your put operation.
: Update operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
0 commit comments