-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{Compute}
az vm auto-shutdown
: Migrate to AAZ based (#30771)
* codegen lab global-schedule, unregistered * update custom & recording * update azure stack custom * remove track1 client factory
- Loading branch information
1 parent
8f85493
commit cc9cab1
Showing
11 changed files
with
2,298 additions
and
858 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
src/azure-cli/azure/cli/command_modules/lab/aaz/latest/lab/global_schedule/__cmd_group.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# -------------------------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# | ||
# Code generated by aaz-dev-tools | ||
# -------------------------------------------------------------------------------------------- | ||
|
||
# pylint: skip-file | ||
# flake8: noqa | ||
|
||
from azure.cli.core.aaz import * | ||
|
||
|
||
class __CMDGroup(AAZCommandGroup): | ||
"""Manage global schedules. | ||
""" | ||
pass | ||
|
||
|
||
__all__ = ["__CMDGroup"] |
15 changes: 15 additions & 0 deletions
15
src/azure-cli/azure/cli/command_modules/lab/aaz/latest/lab/global_schedule/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -------------------------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# | ||
# Code generated by aaz-dev-tools | ||
# -------------------------------------------------------------------------------------------- | ||
|
||
# pylint: skip-file | ||
# flake8: noqa | ||
|
||
from .__cmd_group import * | ||
from ._create import * | ||
from ._delete import * | ||
from ._show import * | ||
from ._update import * |
Oops, something went wrong.