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 a throwaway 'consumption-mcp-test' workspace.
All resources from 2024-08-01 spec added; all existing consumption commands
re-selected at 2024-08-01.
Note: The auto-generated codegen names (usage-detail, reservation-detail,
reservation-summary, pricesheet default) differ from the hand-renamed legacy
names in the upstream CLI module (usage, reservation detail/summary,
pricesheet show). Preserving the legacy names requires renaming the
auto-generated groups in the workspace before generate_to_aaz, which the
current MCP tool surface doesn't expose.
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