File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
specification/network/resource-manager/Microsoft.Network/stable/2020-11-01 Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments