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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
* `az aks create`: Add `--control-plane-scaling-size` parameter to configure control plane scaling profile with available sizes 'H2', 'H4', and 'H8'.
14
15
15
16
20.0.0b4
16
17
+++++++
@@ -48,7 +49,7 @@ Pending
48
49
19.0.0b28
49
50
+++++++
50
51
* Fix `match_condition` kwarg leaking to HTTP transport by overriding `put_mc` and `add_agentpool` to pass `if_match` / `if_none_match` directly to the vendored SDK. This change fixes the compatibility issue as azure-cli/acs module adopts TypeSpec emitted SDKs while azure-cli-extensions/aks-preview still uses the autorest emitted SDK.
51
-
+ `az aks list-vm-skus`: New command to list available VM SKUs for AKS clusters in a given region.
52
+
* `az aks list-vm-skus`: New command to list available VM SKUs for AKS clusters in a given region.
52
53
* `az aks create/update`: Add `--enable-service-account-image-pull`, `--disable-service-account-image-pull`, and `--service-account-image-pull-default-managed-identity-id` parameters to manage service account based image pull settings.
53
54
* `az aks list-vm-skus`: New command to list available VM SKUs for AKS clusters in a given region.
54
55
* Add managed GPU enablement option to node pool property in `az aks nodepool add` and `az aks nodepool update`.
0 commit comments