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
aks-preview: Change NAT gateway V2 outbound IPs/prefixes to comma-separated
Change --nat-gateway-outbound-ips and --nat-gateway-outbound-ip-prefixes
from space-separated (nargs='+') to comma-separated string input, matching
the existing load balancer outbound IP parameter pattern
(--load-balancer-outbound-ips).
Before: az aks create --nat-gateway-outbound-ips id1 id2
After: az aks create --nat-gateway-outbound-ips id1,id2
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
@@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to
12
12
Pending
13
13
+++++++
14
14
15
+
20.0.0b1
16
+
+++++++
17
+
* [Breaking Change] `az aks create/update`: Change `--nat-gateway-outbound-ips` and `--nat-gateway-outbound-ip-prefixes` to use comma-separated values, consistent with load balancer outbound IP parameters.
18
+
15
19
19.0.0b29
16
20
+++++++
17
21
* Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`.
0 commit comments