File tree Expand file tree Collapse file tree 6 files changed +1390
-0
lines changed
src/azure-cli/azure/cli/command_modules/lab/aaz/latest/lab/global_schedule Expand file tree Collapse file tree 6 files changed +1390
-0
lines changed Original file line number Diff line number Diff line change 1+ # --------------------------------------------------------------------------------------------
2+ # Copyright (c) Microsoft Corporation. All rights reserved.
3+ # Licensed under the MIT License. See License.txt in the project root for license information.
4+ #
5+ # Code generated by aaz-dev-tools
6+ # --------------------------------------------------------------------------------------------
7+
8+ # pylint: skip-file
9+ # flake8: noqa
10+
11+ from azure .cli .core .aaz import *
12+
13+
14+ class __CMDGroup (AAZCommandGroup ):
15+ """Manage global schedules.
16+ """
17+ pass
18+
19+
20+ __all__ = ["__CMDGroup" ]
Original file line number Diff line number Diff line change 1+ # --------------------------------------------------------------------------------------------
2+ # Copyright (c) Microsoft Corporation. All rights reserved.
3+ # Licensed under the MIT License. See License.txt in the project root for license information.
4+ #
5+ # Code generated by aaz-dev-tools
6+ # --------------------------------------------------------------------------------------------
7+
8+ # pylint: skip-file
9+ # flake8: noqa
10+
11+ from .__cmd_group import *
12+ from ._create import *
13+ from ._delete import *
14+ from ._show import *
15+ from ._update import *
You can’t perform that action at this time.
0 commit comments