Skip to content

Commit c695d3a

Browse files
authored
Fix typo in _update.py
Fix typo spaces in `_update.py`
1 parent eb55296 commit c695d3a

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/activity_log/alert

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/activity_log/alert/_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Update(AAZCommand):
2424
az monitor activity-log alert update -n AlertName -g ResourceGroup --enable false
2525
2626
:example: Update the details of this activity log alert rule.
27-
az monitor activity-log alert update --enabled true --name MyActivityLogAlerts --resource- group MyResourceGroup --subscription MySubscription
27+
az monitor activity-log alert update --enabled true --name MyActivityLogAlerts --resource-group MyResourceGroup --subscription MySubscription
2828
2929
:example: Update the details of this activity log alert.
3030
az monitor activity-log alert update --name MyActivityLogAlerts --resource-group MyResourceGroup --tags key=value

0 commit comments

Comments
 (0)