Skip to content

Commit fad9575

Browse files
author
VSC-Service-Account
committed
1 parent 8a71807 commit fad9575

File tree

16 files changed

+363
-8
lines changed

16 files changed

+363
-8
lines changed

2017-03-09-profile/docs-ref-autogen/aks.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ directCommands:
211211
[--service-principal]
212212
[--skip-subnet-role-assignment]
213213
[--snapshot-id]
214+
[--ssh-access {disabled, localuser}]
214215
[--ssh-key-value]
215216
[--storage-pool-name]
216217
[--storage-pool-option {NVMe, SSD}]
@@ -964,6 +965,12 @@ directCommands:
964965
- name: --snapshot-id
965966
summary: |-
966967
The source nodepool snapshot id used to create this cluster.
968+
- name: --ssh-access
969+
defaultValue: "localuser"
970+
parameterValueGroup: "disabled, localuser"
971+
summary: |-
972+
Configure SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
973+
isPreview: true
967974
- name: --ssh-key-value
968975
defaultValue: "~\\.ssh\\id_rsa.pub"
969976
summary: |-
@@ -1756,6 +1763,7 @@ directCommands:
17561763
[--pod-cidr]
17571764
[--private-dns-zone]
17581765
[--rotation-poll-interval]
1766+
[--ssh-access {disabled, localuser}]
17591767
[--ssh-key-value]
17601768
[--storage-pool-name]
17611769
[--storage-pool-option {NVMe, SSD}]
@@ -2380,6 +2388,11 @@ directCommands:
23802388
- name: --rotation-poll-interval
23812389
summary: |-
23822390
Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
2391+
- name: --ssh-access
2392+
parameterValueGroup: "disabled, localuser"
2393+
summary: |-
2394+
Update SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
2395+
isPreview: true
23832396
- name: --ssh-key-value
23842397
summary: |-
23852398
Public key path or key contents to install on node VMs for SSH access. For example, 'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm'.
@@ -2667,6 +2680,7 @@ commands:
26672680
- az_aks_nodepool
26682681
- az_aks_nodepool_add
26692682
- az_aks_nodepool_delete
2683+
- az_aks_nodepool_delete-machines
26702684
- az_aks_nodepool_get-upgrades
26712685
- az_aks_nodepool_list
26722686
- az_aks_nodepool_operation-abort

2017-03-09-profile/docs-ref-autogen/aks/nodepool.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ directCommands:
6464
[--skip-gpu-driver-install]
6565
[--snapshot-id]
6666
[--spot-max-price]
67+
[--ssh-access {disabled, localuser}]
6768
[--tags]
6869
[--vm-set-type]
6970
[--vnet-subnet-id]
@@ -270,6 +271,12 @@ directCommands:
270271
defaultValue: "nan"
271272
summary: |-
272273
It can only be set when --priority is Spot. Specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. It can only include up to 5 decimal places.
274+
- name: --ssh-access
275+
defaultValue: "localuser"
276+
parameterValueGroup: "disabled, localuser"
277+
summary: |-
278+
Configure SSH setting for the node pool. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
279+
isPreview: true
273280
- name: --tags
274281
summary: |-
275282
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
@@ -325,6 +332,44 @@ directCommands:
325332
defaultValue: "False"
326333
summary: |-
327334
Do not wait for the long-running operation to finish.
335+
- uid: az_aks_nodepool_delete-machines
336+
name: az aks nodepool delete-machines
337+
summary: |-
338+
Delete specific machines in an agentpool for a managed cluster.
339+
status: GA
340+
sourceType: Extension
341+
syntax: >-
342+
az aks nodepool delete-machines --cluster-name
343+
--machine-names
344+
--name
345+
--resource-group
346+
[--no-wait]
347+
examples:
348+
- summary: |-
349+
Delete specific machines in an agent pool
350+
syntax: az aks nodepool delete-machines -g myResourceGroup --nodepool-name nodepool1 --cluster-name myAKSCluster --machine-names machine1
351+
requiredParameters:
352+
- isRequired: true
353+
name: --cluster-name
354+
summary: |-
355+
The cluster name.
356+
- isRequired: true
357+
name: --machine-names
358+
summary: |-
359+
Space-separated list of machine names from the agent pool to be deleted.
360+
- isRequired: true
361+
name: --name --nodepool-name -n
362+
summary: |-
363+
The node pool name.
364+
- isRequired: true
365+
name: --resource-group -g
366+
summary: |-
367+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
368+
optionalParameters:
369+
- name: --no-wait
370+
defaultValue: "False"
371+
summary: |-
372+
Do not wait for the long-running operation to finish.
328373
- uid: az_aks_nodepool_get-upgrades
329374
name: az aks nodepool get-upgrades
330375
summary: |-
@@ -573,8 +618,10 @@ directCommands:
573618
[--node-taints]
574619
[--os-sku {AzureLinux, Ubuntu}]
575620
[--scale-down-mode {Deallocate, Delete}]
621+
[--ssh-access {disabled, localuser}]
576622
[--tags]
577623
[--update-cluster-autoscaler]
624+
[--yes]
578625
examples:
579626
- summary: |-
580627
Reconcile the nodepool back to its current state.
@@ -674,13 +721,22 @@ directCommands:
674721
parameterValueGroup: "Deallocate, Delete"
675722
summary: |-
676723
Describes how VMs are added to or removed from nodepools.
724+
- name: --ssh-access
725+
parameterValueGroup: "disabled, localuser"
726+
summary: |-
727+
Update SSH setting for the node pool. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
728+
isPreview: true
677729
- name: --tags
678730
summary: |-
679731
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
680732
- name: --update-cluster-autoscaler -u
681733
defaultValue: "False"
682734
summary: |-
683735
Update min-count or max-count for cluster autoscaler.
736+
- name: --yes -y
737+
defaultValue: "False"
738+
summary: |-
739+
Do not prompt for confirmation.
684740
- uid: az_aks_nodepool_upgrade
685741
name: az aks nodepool upgrade
686742
summary: |-
@@ -747,6 +803,7 @@ directCommands:
747803
commands:
748804
- az_aks_nodepool_add
749805
- az_aks_nodepool_delete
806+
- az_aks_nodepool_delete-machines
750807
- az_aks_nodepool_get-upgrades
751808
- az_aks_nodepool_list
752809
- az_aks_nodepool_operation-abort

2018-03-01-hybrid/docs-ref-autogen/aks.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ directCommands:
211211
[--service-principal]
212212
[--skip-subnet-role-assignment]
213213
[--snapshot-id]
214+
[--ssh-access {disabled, localuser}]
214215
[--ssh-key-value]
215216
[--storage-pool-name]
216217
[--storage-pool-option {NVMe, SSD}]
@@ -964,6 +965,12 @@ directCommands:
964965
- name: --snapshot-id
965966
summary: |-
966967
The source nodepool snapshot id used to create this cluster.
968+
- name: --ssh-access
969+
defaultValue: "localuser"
970+
parameterValueGroup: "disabled, localuser"
971+
summary: |-
972+
Configure SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
973+
isPreview: true
967974
- name: --ssh-key-value
968975
defaultValue: "~\\.ssh\\id_rsa.pub"
969976
summary: |-
@@ -1756,6 +1763,7 @@ directCommands:
17561763
[--pod-cidr]
17571764
[--private-dns-zone]
17581765
[--rotation-poll-interval]
1766+
[--ssh-access {disabled, localuser}]
17591767
[--ssh-key-value]
17601768
[--storage-pool-name]
17611769
[--storage-pool-option {NVMe, SSD}]
@@ -2380,6 +2388,11 @@ directCommands:
23802388
- name: --rotation-poll-interval
23812389
summary: |-
23822390
Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
2391+
- name: --ssh-access
2392+
parameterValueGroup: "disabled, localuser"
2393+
summary: |-
2394+
Update SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
2395+
isPreview: true
23832396
- name: --ssh-key-value
23842397
summary: |-
23852398
Public key path or key contents to install on node VMs for SSH access. For example, 'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm'.
@@ -2667,6 +2680,7 @@ commands:
26672680
- az_aks_nodepool
26682681
- az_aks_nodepool_add
26692682
- az_aks_nodepool_delete
2683+
- az_aks_nodepool_delete-machines
26702684
- az_aks_nodepool_get-upgrades
26712685
- az_aks_nodepool_list
26722686
- az_aks_nodepool_operation-abort

2018-03-01-hybrid/docs-ref-autogen/aks/nodepool.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ directCommands:
6464
[--skip-gpu-driver-install]
6565
[--snapshot-id]
6666
[--spot-max-price]
67+
[--ssh-access {disabled, localuser}]
6768
[--tags]
6869
[--vm-set-type]
6970
[--vnet-subnet-id]
@@ -270,6 +271,12 @@ directCommands:
270271
defaultValue: "nan"
271272
summary: |-
272273
It can only be set when --priority is Spot. Specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. It can only include up to 5 decimal places.
274+
- name: --ssh-access
275+
defaultValue: "localuser"
276+
parameterValueGroup: "disabled, localuser"
277+
summary: |-
278+
Configure SSH setting for the node pool. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
279+
isPreview: true
273280
- name: --tags
274281
summary: |-
275282
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
@@ -325,6 +332,44 @@ directCommands:
325332
defaultValue: "False"
326333
summary: |-
327334
Do not wait for the long-running operation to finish.
335+
- uid: az_aks_nodepool_delete-machines
336+
name: az aks nodepool delete-machines
337+
summary: |-
338+
Delete specific machines in an agentpool for a managed cluster.
339+
status: GA
340+
sourceType: Extension
341+
syntax: >-
342+
az aks nodepool delete-machines --cluster-name
343+
--machine-names
344+
--name
345+
--resource-group
346+
[--no-wait]
347+
examples:
348+
- summary: |-
349+
Delete specific machines in an agent pool
350+
syntax: az aks nodepool delete-machines -g myResourceGroup --nodepool-name nodepool1 --cluster-name myAKSCluster --machine-names machine1
351+
requiredParameters:
352+
- isRequired: true
353+
name: --cluster-name
354+
summary: |-
355+
The cluster name.
356+
- isRequired: true
357+
name: --machine-names
358+
summary: |-
359+
Space-separated list of machine names from the agent pool to be deleted.
360+
- isRequired: true
361+
name: --name --nodepool-name -n
362+
summary: |-
363+
The node pool name.
364+
- isRequired: true
365+
name: --resource-group -g
366+
summary: |-
367+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
368+
optionalParameters:
369+
- name: --no-wait
370+
defaultValue: "False"
371+
summary: |-
372+
Do not wait for the long-running operation to finish.
328373
- uid: az_aks_nodepool_get-upgrades
329374
name: az aks nodepool get-upgrades
330375
summary: |-
@@ -573,8 +618,10 @@ directCommands:
573618
[--node-taints]
574619
[--os-sku {AzureLinux, Ubuntu}]
575620
[--scale-down-mode {Deallocate, Delete}]
621+
[--ssh-access {disabled, localuser}]
576622
[--tags]
577623
[--update-cluster-autoscaler]
624+
[--yes]
578625
examples:
579626
- summary: |-
580627
Reconcile the nodepool back to its current state.
@@ -674,13 +721,22 @@ directCommands:
674721
parameterValueGroup: "Deallocate, Delete"
675722
summary: |-
676723
Describes how VMs are added to or removed from nodepools.
724+
- name: --ssh-access
725+
parameterValueGroup: "disabled, localuser"
726+
summary: |-
727+
Update SSH setting for the node pool. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
728+
isPreview: true
677729
- name: --tags
678730
summary: |-
679731
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
680732
- name: --update-cluster-autoscaler -u
681733
defaultValue: "False"
682734
summary: |-
683735
Update min-count or max-count for cluster autoscaler.
736+
- name: --yes -y
737+
defaultValue: "False"
738+
summary: |-
739+
Do not prompt for confirmation.
684740
- uid: az_aks_nodepool_upgrade
685741
name: az aks nodepool upgrade
686742
summary: |-
@@ -747,6 +803,7 @@ directCommands:
747803
commands:
748804
- az_aks_nodepool_add
749805
- az_aks_nodepool_delete
806+
- az_aks_nodepool_delete-machines
750807
- az_aks_nodepool_get-upgrades
751808
- az_aks_nodepool_list
752809
- az_aks_nodepool_operation-abort

2019-03-01-hybrid/docs-ref-autogen/aks.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ directCommands:
211211
[--service-principal]
212212
[--skip-subnet-role-assignment]
213213
[--snapshot-id]
214+
[--ssh-access {disabled, localuser}]
214215
[--ssh-key-value]
215216
[--storage-pool-name]
216217
[--storage-pool-option {NVMe, SSD}]
@@ -964,6 +965,12 @@ directCommands:
964965
- name: --snapshot-id
965966
summary: |-
966967
The source nodepool snapshot id used to create this cluster.
968+
- name: --ssh-access
969+
defaultValue: "localuser"
970+
parameterValueGroup: "disabled, localuser"
971+
summary: |-
972+
Configure SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
973+
isPreview: true
967974
- name: --ssh-key-value
968975
defaultValue: "~\\.ssh\\id_rsa.pub"
969976
summary: |-
@@ -1756,6 +1763,7 @@ directCommands:
17561763
[--pod-cidr]
17571764
[--private-dns-zone]
17581765
[--rotation-poll-interval]
1766+
[--ssh-access {disabled, localuser}]
17591767
[--ssh-key-value]
17601768
[--storage-pool-name]
17611769
[--storage-pool-option {NVMe, SSD}]
@@ -2380,6 +2388,11 @@ directCommands:
23802388
- name: --rotation-poll-interval
23812389
summary: |-
23822390
Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
2391+
- name: --ssh-access
2392+
parameterValueGroup: "disabled, localuser"
2393+
summary: |-
2394+
Update SSH setting for all node pools in this cluster. Use "disabled" to disable SSH access, "localuser" to enable SSH access using private key.
2395+
isPreview: true
23832396
- name: --ssh-key-value
23842397
summary: |-
23852398
Public key path or key contents to install on node VMs for SSH access. For example, 'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm'.
@@ -2667,6 +2680,7 @@ commands:
26672680
- az_aks_nodepool
26682681
- az_aks_nodepool_add
26692682
- az_aks_nodepool_delete
2683+
- az_aks_nodepool_delete-machines
26702684
- az_aks_nodepool_get-upgrades
26712685
- az_aks_nodepool_list
26722686
- az_aks_nodepool_operation-abort

0 commit comments

Comments
 (0)