Skip to content

Commit f954470

Browse files
authored
update privateLinkServiceNetworkPolicies and (#13429)
privateEndpointNetworkPolicies
1 parent 2b29e83 commit f954470

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,11 +1496,29 @@
14961496
},
14971497
"privateEndpointNetworkPolicies": {
14981498
"type": "string",
1499-
"description": "Enable or Disable apply network policies on private end point in the subnet."
1499+
"default": "Enabled",
1500+
"description": "Enable or Disable apply network policies on private end point in the subnet.",
1501+
"enum": [
1502+
"Enabled",
1503+
"Disabled"
1504+
],
1505+
"x-ms-enum": {
1506+
"name": "VirtualNetworkPrivateEndpointNetworkPolicies",
1507+
"modelAsString": true
1508+
}
15001509
},
15011510
"privateLinkServiceNetworkPolicies": {
15021511
"type": "string",
1503-
"description": "Enable or Disable apply network policies on private link service in the subnet."
1512+
"default": "Enabled",
1513+
"description": "Enable or Disable apply network policies on private link service in the subnet.",
1514+
"enum": [
1515+
"Enabled",
1516+
"Disabled"
1517+
],
1518+
"x-ms-enum": {
1519+
"name": "VirtualNetworkPrivateLinkServiceNetworkPolicies",
1520+
"modelAsString": true
1521+
}
15041522
}
15051523
},
15061524
"description": "Properties of the subnet."

0 commit comments

Comments
 (0)