We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912329a commit 53edac2Copy full SHA for 53edac2
src/azure-cli/azure/cli/command_modules/acs/_help.py
@@ -1212,6 +1212,13 @@
1212
helps["aks delete"] = """
1213
type: command
1214
short-summary: Delete a managed Kubernetes cluster.
1215
+parameters:
1216
+ - name: --etag
1217
+ type: string
1218
+ short-summary: The ETag value of the managed cluster to delete. If provided, must match the current ETag of the resource.
1219
+ - name: --match-condition
1220
1221
+ short-summary: The match condition to use for the delete operation.
1222
examples:
1223
- name: Delete a managed Kubernetes cluster. (autogenerated)
1224
text: az aks delete --name MyManagedCluster --resource-group MyResourceGroup
0 commit comments