diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 0141a9fd1bc..f14bafd8566 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -11,11 +11,6 @@ To release a new version, please select a new version number (usually plus 1 to Pending +++++++ -* Vendor new SDK and bump API version to 2023-08-02-preview. -* Update the operation/method used in following commands as the put/delete operations have been changed to long running operations - * `az aks trustedaccess rolebinding create` - * `az aks trustedaccess rolebinding update` - * `az aks trustedaccess rolebinding delete` 0.5.163 +++++++ @@ -25,6 +20,11 @@ Pending 0.5.162 +++++++ * Replace Image Cleaner related functions with stable version. +* Vendor new SDK and bump API version to 2023-08-02-preview. +* Update the operation/method used in following commands as the put/delete operations have been changed to long running operations + * `az aks trustedaccess rolebinding create` + * `az aks trustedaccess rolebinding update` + * `az aks trustedaccess rolebinding delete` 0.5.161 +++++++ diff --git a/src/aks-preview/azext_aks_preview/_help.py b/src/aks-preview/azext_aks_preview/_help.py index db3aa79430f..6d8e2a4dd7f 100644 --- a/src/aks-preview/azext_aks_preview/_help.py +++ b/src/aks-preview/azext_aks_preview/_help.py @@ -50,7 +50,7 @@ size of its node pool with `az aks scale`. - name: --node-osdisk-size type: int - short-summary: Size in GB of the OS disk for each node in the node pool. Minimum 30 GB. + short-summary: Size in GiB of the OS disk for each node in the node pool. Minimum 30 GiB. - name: --node-osdisk-type type: string short-summary: OS disk type to be used for machines in a given agent pool. Defaults to 'Managed'. May not be changed for this pool after creation. @@ -1524,7 +1524,7 @@ - "`az aks get-versions`" - name: --node-osdisk-size type: int - short-summary: Size in GB of the OS disk for each node in the agent pool. Minimum 30 GB. + short-summary: Size in GiB of the OS disk for each node in the agent pool. Minimum 30 GiB. - name: --node-osdisk-type type: string short-summary: OS disk type to be used for machines in a given agent pool. Defaults to 'Managed'. May not be changed for this pool after creation.