Skip to content

Commit

Permalink
{Compute} az vm auto-shutdown: Migrate to AAZ based (#30771)
Browse files Browse the repository at this point in the history
* codegen lab global-schedule, unregistered

* update custom & recording

* update azure stack custom

* remove track1 client factory
  • Loading branch information
cxznmhdcxz authored Feb 7, 2025
1 parent 8f85493 commit cc9cab1
Show file tree
Hide file tree
Showing 11 changed files with 2,298 additions and 858 deletions.
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"]
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 *
Loading

0 comments on commit cc9cab1

Please sign in to comment.