Skip to content

Commit 8463346

Browse files
committed
[Consumption] Update consumption commands to API 2024-08-01
Generated via aaz-dev-mcp select_command_versions tool with by_patch=False. All consumption commands regenerated at API version 2024-08-01. Renames introduced by the codegen (vs. existing module): - 'consumption usage list' -> 'consumption usage-detail list' - 'consumption reservation detail list' -> 'consumption reservation-detail list' - 'consumption reservation summary list' -> 'consumption reservation-summary list' - 'consumption pricesheet show' -> 'consumption pricesheet default show' These reflect the literal swagger operation names. The legacy names were hand-aliased; reproducing them requires renaming groups in the workspace before code generation.
1 parent 6043dca commit 8463346

30 files changed

Lines changed: 1986 additions & 3447 deletions

File tree

src/azure-cli/azure/cli/command_modules/consumption/aaz/latest/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
#
55
# Code generated by aaz-dev-tools
66
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+

src/azure-cli/azure/cli/command_modules/consumption/aaz/latest/consumption/budget/__cmd_group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
@register_command_group(
1515
"consumption budget",
16-
is_preview=True,
1716
)
1817
class __CMDGroup(AAZCommandGroup):
1918
"""Manage budgets for an Azure subscription.

src/azure-cli/azure/cli/command_modules/consumption/aaz/latest/consumption/budget/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010

1111
from .__cmd_group import *
1212
from ._create import *
13-
from ._create_with_rg import *
1413
from ._delete import *
15-
from ._delete_with_rg import *
1614
from ._list import *
1715
from ._show import *
18-
from ._show_with_rg import *
1916
from ._update import *
20-
from ._update_with_rg import *

src/azure-cli/azure/cli/command_modules/consumption/aaz/latest/consumption/budget/_create.py

Lines changed: 227 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)