Skip to content

Commit a2c934e

Browse files
add none to outbound type in aks managedCluster (#29095)
1 parent 02a95b8 commit a2c934e

File tree

1 file changed

+6
-1
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview

1 file changed

+6
-1
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-04-02-preview/managedClusters.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5101,7 +5101,8 @@
51015101
"loadBalancer",
51025102
"userDefinedRouting",
51035103
"managedNATGateway",
5104-
"userAssignedNATGateway"
5104+
"userAssignedNATGateway",
5105+
"none"
51055106
],
51065107
"x-ms-enum": {
51075108
"name": "outboundType",
@@ -5122,6 +5123,10 @@
51225123
{
51235124
"value": "userAssignedNATGateway",
51245125
"description": "The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration."
5126+
},
5127+
{
5128+
"value": "none",
5129+
"description": "The AKS cluster is not set with any outbound-type. All AKS nodes follows Azure VM default outbound behavior. Please refer to https://azure.microsoft.com/en-us/updates/default-outbound-access-for-vms-in-azure-will-be-retired-transition-to-a-new-method-of-internet-access/"
51255130
}
51265131
]
51275132
},

0 commit comments

Comments
 (0)