Skip to content

Commit

Permalink
add task assignment preview, remove storage account migration as it…
Browse files Browse the repository at this point in the history
… is GA
  • Loading branch information
calvinhzy committed Jul 3, 2024
1 parent 6daa123 commit 667be6c
Show file tree
Hide file tree
Showing 12 changed files with 2,459 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
#
# Code generated by aaz-dev-tools
# --------------------------------------------------------------------------------------------

# pylint: skip-file
# flake8: noqa

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@


@register_command_group(
"storage account migration",
"storage account task-assignment",
is_preview=True,
)
class __CMDGroup(AAZCommandGroup):
"""Manage Storage Account Migration
"""Manage storage account task assignment.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
# flake8: noqa

from .__cmd_group import *
from ._create import *
from ._delete import *
from ._list import *
from ._list_report import *
from ._show import *
from ._start import *
from ._update import *
from ._wait import *
Loading

0 comments on commit 667be6c

Please sign in to comment.