Skip to content

Commit 3e9f9ff

Browse files
authored
add value 'none' for networkPolicy field (#29653)
1 parent fd03cf2 commit 3e9f9ff

File tree

1 file changed

+5
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01

1 file changed

+5
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2024-05-01/managedClusters.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,6 +3639,7 @@
36393639
"networkPolicy": {
36403640
"type": "string",
36413641
"enum": [
3642+
"none",
36423643
"calico",
36433644
"azure",
36443645
"cilium"
@@ -3647,6 +3648,10 @@
36473648
"name": "NetworkPolicy",
36483649
"modelAsString": true,
36493650
"values": [
3651+
{
3652+
"value": "none",
3653+
"description": "Network policies will not be enforced. This is the default value when NetworkPolicy is not specified."
3654+
},
36503655
{
36513656
"value": "calico",
36523657
"description": "Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information."

0 commit comments

Comments
 (0)