Skip to content

Commit eb4d777

Browse files
committed
[Consumption] Test MCP-driven CLI codegen for budget commands
Generated via aaz-dev-mcp select_command_versions tool, selecting only 'consumption budget' commands at version 2024-08-01. The deletions of non-budget commands are an artifact of the limited test scope (only budget resources were re-added to the test workspace). This commit is test-only and demonstrates the MCP server's update_main_module tool.
1 parent 6043dca commit eb4d777

24 files changed

Lines changed: 4 additions & 4010 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 *

0 commit comments

Comments
 (0)