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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,14 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
15
+
20.0.0b2
16
+
+++++++
14
17
* `az aks nodepool update`: clean up some useless code in the update managed gpu function.
15
18
* `az aks machine add`: Add `--spot-max-price` flag support to set the max price (in US Dollars) you are willing to pay for spot instances on a machine.
16
19
* `az aks machine add`: Add `--eviction-policy` flag support to set the eviction policy for a machine.
17
20
* `az aks machine add`: Add `--enable-ultra-ssd` flag support to enable ultra ssd on a machine.
21
+
* `az aks update`: Fix V2-only NAT gateway params (e.g. `--nat-gateway-managed-outbound-ipv6-count`) being rejected on update when `--outbound-type` is not re-specified for an already-V2 cluster.
0 commit comments