Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++
Expand All @@ -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
+++++++
Expand Down
4 changes: 2 additions & 2 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down