Skip to content

Commit

Permalink
autogen: unregister commands
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiquanJiang-ms committed Jul 8, 2024
1 parent 93c2f13 commit 1c532c4
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"app-compliance-automation",
)
class __CMDGroup(AAZCommandGroup):
""" Manage App Compliance Automation Tool reports.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation onboard",
)
class Onboard(AAZCommand):
"""Onboard given subscriptions to Microsoft.AppComplianceAutomation provider.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation trigger-evaluation",
)
class TriggerEvaluation(AAZCommand):
"""Trigger quick evaluation for the given subscriptions.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"app-compliance-automation report",
)
class __CMDGroup(AAZCommandGroup):
""" Manage App Compliance Automation Tool reports.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
from ._list import *
from ._show import *
from ._update import *
from ._wait import *
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report create",
)
class Create(AAZCommand):
"""Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report delete",
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
"""Delete an AppComplianceAutomation report.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report list",
)
class List(AAZCommand):
"""List the AppComplianceAutomation report list for the tenant.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report show",
)
class Show(AAZCommand):
"""Get the AppComplianceAutomation report and its properties.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report update",
)
class Update(AAZCommand):
"""Update a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report wait",
)
class Wait(AAZWaitCommand):
"""Place the CLI in a waiting state until a condition is met.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"app-compliance-automation report snapshot",
)
class __CMDGroup(AAZCommandGroup):
"""manage ACAT report snapshots
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report snapshot download",
)
class Download(AAZCommand):
"""Download compliance needs from snapshot, like: Compliance Report, Resource List.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report snapshot list",
)
class List(AAZCommand):
"""List the AppComplianceAutomation snapshot list.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report snapshot show",
)
class Show(AAZCommand):
"""Get the AppComplianceAutomation snapshot and its properties.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"app-compliance-automation report webhook",
)
class __CMDGroup(AAZCommandGroup):
"""manage ACAT report webhooks
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report webhook create",
)
class Create(AAZCommand):
"""Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report webhook delete",
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
"""Delete an AppComplianceAutomation webhook.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report webhook list",
)
class List(AAZCommand):
"""List the AppComplianceAutomation webhook list.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report webhook show",
)
class Show(AAZCommand):
"""Get the AppComplianceAutomation webhook and its properties.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"app-compliance-automation report webhook update",
)
class Update(AAZCommand):
"""Update an exiting AppComplianceAutomation webhook.
"""
Expand Down

0 comments on commit 1c532c4

Please sign in to comment.