Skip to content

Commit 8582779

Browse files
authored
{AKS} Fix #27461: az aks create: Update help information for option --node-osdisk-size (#27592)
1 parent c07826f commit 8582779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/acs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
short-summary: Availability zones where agent nodes will be placed. Also, to install agent nodes to more than one zones you need to pass zone numbers (1,2 or 3) separated by blanks. For example - To have all 3 zones, you are expected to enter `--zones 1 2 3`
7979
- name: --node-osdisk-size
8080
type: int
81-
short-summary: Size in GB of the OS disk for each node in the node pool. Minimum 30 GB.
81+
short-summary: Size in GiB of the OS disk for each node in the node pool. Minimum 30 GiB.
8282
- name: --node-osdisk-type
8383
type: string
8484
short-summary: "OS disk type to be used for machines in a given agent pool: Ephemeral or Managed. Defaults to 'Ephemeral' when possible in conjunction with VM size and OS disk size. May not be changed for this pool after creation."
@@ -1415,7 +1415,7 @@
14151415
- "`az aks get-versions`"
14161416
- name: --node-osdisk-size
14171417
type: int
1418-
short-summary: Size in GB of the OS disk for each node in the agent pool. Minimum 30 GB.
1418+
short-summary: Size in GiB of the OS disk for each node in the agent pool. Minimum 30 GiB.
14191419
- name: --node-osdisk-type
14201420
type: string
14211421
short-summary: OS disk type to be used for machines in a given agent pool. Defaults to 'Ephemeral' when possible in conjunction with VM size and OS disk size. May not be changed for this pool after creation. ('Ephemeral' or 'Managed')

0 commit comments

Comments
 (0)