Skip to content

Commit

Permalink
update list sub cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW committed Jul 16, 2024
1 parent ae38b1e commit 70648ba
Show file tree
Hide file tree
Showing 16 changed files with 4,193 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# --------------------------------------------------------------------------------------------
# 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 *


@register_command_group(
"monitor data-collection rule data-flow",
)
class __CMDGroup(AAZCommandGroup):
"""Manage data flows.
"""
pass


__all__ = ["__CMDGroup"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# --------------------------------------------------------------------------------------------
# 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 ._list import *
Loading

0 comments on commit 70648ba

Please sign in to comment.