You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/acs/_help.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@
91
91
- "`az aks get-versions`"
92
92
- name: --os-sku
93
93
type: string
94
-
short-summary: The OS SKU of the agent node pool. Ubuntuor AzureLinux.
94
+
short-summary: The OS SKU of the agent node pool. Ubuntu, AzureLinux, AzureLinux3, AzureContainerLinux, Ubuntu2204, or Ubuntu2404.
95
95
- name: --ssh-key-value
96
96
type: string
97
97
short-summary: Public key path or key contents to install on node VMs for SSH access. For example, 'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm'.
@@ -1892,7 +1892,7 @@
1892
1892
short-summary: The OS Type. Linux or Windows.
1893
1893
- name: --os-sku
1894
1894
type: string
1895
-
short-summary: The OS SKU of the agent node pool. Ubuntu, Ubuntu2204, Ubuntu2404, AzureLinuxor AzureLinux3 for Linux. Windows2019 or Windows2022 for Windows.
1895
+
short-summary: The OS SKU of the agent node pool. Ubuntu, Ubuntu2204, Ubuntu2404, AzureLinux, AzureLinux3, or AzureContainerLinux for Linux. Windows2019 or Windows2022 for Windows.
0 commit comments