Skip to content

Commit b991ef9

Browse files
NickKelleryanzhudd
andauthored
Update src/azure-cli/azure/cli/command_modules/acs/aaz/latest/aks/safeguards/_create.py
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
1 parent 1da240c commit b991ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/acs/aaz/latest/aks/safeguards

src/azure-cli/azure/cli/command_modules/acs/aaz/latest/aks/safeguards/_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
class Create(AAZCommand):
1818
"""Enable Deployment Safeguards for a Managed Cluster
1919
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
2121
az aks safeguards create --resource /subscriptions/subid1/resourceGroups/rg1/providers/Microsoft.ContainerService/managedClusters/cluster1 --level Warn
2222
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
2424
az aks safeguards create --subscription subid1 -g rg1 -n cluster1 --level Warn
2525
2626
:example: Create a DeploymentSafeguards resource at Warn level with ignored namespaces

0 commit comments

Comments
 (0)