Skip to content

Commit 45472ea

Browse files
authored
Change default value for privateendpointnetworkpolicy to disabled (#19577)
1 parent 3530597 commit 45472ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-01-01/virtualNetwork.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@
15291529
},
15301530
"privateEndpointNetworkPolicies": {
15311531
"type": "string",
1532-
"default": "Enabled",
1532+
"default": "Disabled",
15331533
"description": "Enable or Disable apply network policies on private end point in the subnet.",
15341534
"enum": [
15351535
"Enabled",

0 commit comments

Comments
 (0)