Skip to content

Commit 3c634be

Browse files
author
indusridhar
committed
fix parameters
1 parent 3931354 commit 3c634be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/aks-preview/azext_aks_preview

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,16 +2365,21 @@
23652365
If no specific versions are provided, the nodepool will be rolled back to the most recently used configuration.
23662366
parameters:
23672367
- name: --kubernetes-version
2368+
type: string
23682369
short-summary: Target Kubernetes version for rollback.
23692370
long-summary: If not specified, uses the most recent available Kubernetes version.
23702371
- name: --node-image-version
2372+
type: string
23712373
short-summary: Target node image version for rollback.
23722374
long-summary: If not specified, uses the most recent available node image version.
23732375
- name: --aks-custom-headers
2376+
type: string
23742377
short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2.
23752378
- name: --if-match
2379+
type: string
23762380
short-summary: The revision of the resource being updated. This should match the current revision.
23772381
- name: --if-none-match
2382+
type: string
23782383
short-summary: Set to '*' to allow a new resource to be created, but to prevent updating an existing resource.
23792384
examples:
23802385
- name: Rollback a nodepool to the most recent configuration.

0 commit comments

Comments
 (0)