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-1
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ If there is no rush to release a new version, please just add a description of t
9
9
10
10
To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc <https://semver.org/>`_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
11
11
12
-
Pending
12
+
9.0.0b2
13
13
+++++++
14
+
* Add block to supported outbound type
14
15
* Vendor new SDK and bump API version to 2024-07-02-preview.
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