You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/acs/aaz/latest/aks/safeguards/_create.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@
17
17
classCreate(AAZCommand):
18
18
"""Enable Deployment Safeguards for a Managed Cluster
19
19
20
-
:example: Creates a DeploymentSafeguards resource at Warn level with a managed cluster resource id
20
+
:example: Create a DeploymentSafeguards resource at Warn level with a managed cluster resource id
21
21
az aks safeguards create --resource /subscriptions/subid1/resourceGroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster1 --level Warn
22
22
23
-
:example: Creates a DeploymentSafeguards resource at Warn level using subscription, resourcegroup, and name tags
23
+
:example: Create a DeploymentSafeguards resource at Warn level using subscription, resourcegroup, and name tags
24
24
az aks safeguards create --subscription subid1 -g rg1 -n cluster1 --level Warn
25
25
26
26
:example: Create a DeploymentSafeguards resource at Warn level with ignored namespaces
0 commit comments