Skip to content

Commit

Permalink
add missing help to fix linter (#18859)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoxing-ms authored Jul 14, 2021
1 parent a46fb8c commit 15fbc8f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/appservice/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,11 @@
text: az webapp log deployment list --name MyWebApp --resource-group MyResourceGroup
"""

helps['functionapp log'] = """
type: group
short-summary: Manage function app logs.
"""

helps['functionapp log deployment'] = """
type: group
short-summary: Manage function app deployment logs.
Expand Down
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/cdn/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@
crafted: true
"""

helps['cdn waf'] = """
type: group
short-summary: Manage CDN WAF.
"""

helps['cdn waf policy'] = """
type: group
short-summary: Manage CDN WAF policies.
Expand Down
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/security/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
az security atp storage update --resource-group MyResourceGroup --storage-account MyStorageAccount --is-enabled false
"""

helps['security va'] = """
type: group
short-summary: View Vulnerability Assessment.
"""

helps['security va sql'] = """
type: group
short-summary: View Sql Vulnerability Assessment scan results and manage baseline.
Expand Down
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/sql/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,11 @@
--event-hub-target-state Disabled
"""

helps['sql server ms-support'] = """
type: group
short-summary: Manage a server's Microsoft support operations.
"""

helps['sql server ms-support audit-policy'] = """
type: group
short-summary: Manage a server's Microsoft support operations auditing policy.
Expand Down

0 comments on commit 15fbc8f

Please sign in to comment.