Skip to content

Commit 53edac2

Browse files
committed
fix
1 parent 912329a commit 53edac2

File tree

1 file changed

+7
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/acs

1 file changed

+7
-0
lines changed

src/azure-cli/azure/cli/command_modules/acs/_help.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,13 @@
12121212
helps["aks delete"] = """
12131213
type: command
12141214
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+
type: string
1221+
short-summary: The match condition to use for the delete operation.
12151222
examples:
12161223
- name: Delete a managed Kubernetes cluster. (autogenerated)
12171224
text: az aks delete --name MyManagedCluster --resource-group MyResourceGroup

0 commit comments

Comments
 (0)