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
+4
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ Pending
13
13
+++++++
14
14
* Vendor new SDK and bump API version to 2024-07-02-preview.
15
15
16
+
9.0.0b2
17
+
+++++++
18
+
* Add block to supported outbound type
19
+
16
20
9.0.0b1
17
21
+++++++
18
22
* [BREAKING CHANGE]: Remove support for `az aks update --ssh-access` command to avoid misleading. To update existing cluster's SSH access, please use `az aks nodepool update --ssh-access` to update node pool's SSH access one by one.
Copy file name to clipboardexpand all lines: src/aks-preview/azext_aks_preview/_help.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@
180
180
- name: --outbound-type
181
181
type: string
182
182
short-summary: How outbound traffic will be configured for a cluster.
183
-
long-summary: Select between loadBalancer, userDefinedRouting, managedNATGatewayand userAssignedNATGateway. If not set, defaults to type loadBalancer. Requires --vnet-subnet-id to be provided with a preconfigured route table and --load-balancer-sku to be Standard.
183
+
long-summary: Select between loadBalancer, userDefinedRouting, managedNATGateway, userAssignedNATGateway, none and block. If not set, defaults to type loadBalancer. Requires --vnet-subnet-id to be provided with a preconfigured route table and --load-balancer-sku to be Standard.
184
184
- name: --enable-addons -a
185
185
type: string
186
186
short-summary: Enable the Kubernetes addons in a comma-separated list.
@@ -883,7 +883,7 @@
883
883
- name: --outbound-type
884
884
type: string
885
885
short-summary: How outbound traffic will be configured for a cluster.
886
-
long-summary: This option will change the way how the outbound connections are managed in the AKS cluster. Available options are loadbalancer, managedNATGateway, userAssignedNATGateway, userDefinedRouting. For custom vnet, loadbalancer, userAssignedNATGateway and userDefinedRouting are supported. For aks managed vnet, loadbalancer, managedNATGateway and userDefinedRouting are supported.
886
+
long-summary: This option will change the way how the outbound connections are managed in the AKS cluster. Available options are loadbalancer, managedNATGateway, userAssignedNATGateway, userDefinedRouting, none and block. For custom vnet, loadbalancer, userAssignedNATGateway and userDefinedRouting are supported. For aks managed vnet, loadbalancer, managedNATGateway and userDefinedRouting are supported.
Copy file name to clipboardexpand all lines: src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_block_and_update_to_none_outbound.yaml
Copy file name to clipboardexpand all lines: src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/v2024_07_02_preview/models/_container_service_client_enums.py
+4
Original file line number
Diff line number
Diff line change
@@ -550,6 +550,10 @@ class OutboundType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
0 commit comments