Skip to content

Commit

Permalink
style, description
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiquanJiang-ms committed Jun 18, 2024
1 parent f7852bb commit 429c176
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"acat",
)
class __CMDGroup(AAZCommandGroup):
"""ACAT command group
""" Manage App Compliance Automation Tool reports.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"acat quick-evaluation",
)
class TriggerEvaluation(AAZCommand):
"""A long-running resource action.
"""Trigger an evaluation for a list of resources.
"""

_aaz_info = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def PollOperationResult(client, no_wait, initial_session, deserialization_callba
initial_response=initial_session,
deserialization_callback=deserialization_callback
)
return polling
return polling
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"acat report",
)
class __CMDGroup(AAZCommandGroup):
"""manage ACAT reports
""" Manage App Compliance Automation Tool reports.
"""
pass

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(
"acat report snapshot",
)
class __CMDGroup(AAZCommandGroup):
"""manage ACAT report snapshots
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
from azure.cli.core._profile import Profile


@register_command(
"acat report snapshot list",
)
class List(AAZCommand):
"""List the AppComplianceAutomation snapshot list.
"""
Expand Down

0 comments on commit 429c176

Please sign in to comment.