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/aks-preview/HISTORY.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ Pending
13
13
+++++++
14
14
* Vendor new SDK and bump API version to 2025-01-02-preview.
15
15
16
+
14.0.0b1
17
+
+++++++
18
+
* [BREAKING CHANGE] Rename `--enable-addon-autoscaling` to `--enable-optimized-addon-scaling` to `az aks create` commands.
19
+
* [BREAKING CHANGE] Rename `--enable-addon-autoscaling` to `--enable-optimized-addon-scaling` and `--disable-addon-autoscaling` to `--disable-optimized-addon-scaling` to `az aks update` commands.
20
+
16
21
13.0.0b9
17
22
+++++++
18
23
* Vendor new SDK and bump API version to 2024-10-02-preview.
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -528,9 +528,9 @@
528
528
- name: --enable-vpa
529
529
type: bool
530
530
short-summary: Enable vertical pod autoscaler for cluster.
531
-
- name: --enable-addon-autoscaling
531
+
- name: --enable-optimized-addon-scaling
532
532
type: bool
533
-
short-summary: Enable addon autoscaling for cluster.
533
+
short-summary: Enable optimized addon scaling feature for cluster.
534
534
- name: --nodepool-allowed-host-ports
535
535
type: string
536
536
short-summary: Expose host ports on the node pool. When specified, format should be a comma-separated list of ranges with protocol, eg. 80/TCP,443/TCP,4000-5000/TCP.
@@ -1170,12 +1170,12 @@
1170
1170
- name: --disable-vpa
1171
1171
type: bool
1172
1172
short-summary: Disable vertical pod autoscaler for cluster.
1173
-
- name: --enable-addon-autoscaling
1173
+
- name: --enable-optimized-addon-scaling
1174
1174
type: bool
1175
-
short-summary: Enable addon autoscaling for cluster.
1176
-
- name: --disable-addon-autoscaling
1175
+
short-summary: Enable optimized addon scaling feature for cluster.
1176
+
- name: --disable-optimized-addon-scaling
1177
1177
type: bool
1178
-
short-summary: Disable addon autoscaling for cluster.
1178
+
short-summary: Disable optimized addon scaling feature for cluster.
1179
1179
- name: --cluster-snapshot-id
1180
1180
type: string
1181
1181
short-summary: The source cluster snapshot id is used to update existing cluster.
0 commit comments