diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/NetworkSecurityGroupCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/NetworkSecurityGroupCreate.json index e554351db3e2..cfae98f8933a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/NetworkSecurityGroupCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/NetworkSecurityGroupCreate.json @@ -17,7 +17,6 @@ "location": "eastus", "properties": { "provisioningState": "Succeeded", - "flushConnection": false, "securityRules": [], "defaultSecurityRules": [ { @@ -128,7 +127,6 @@ "location": "eastus", "properties": { "provisioningState": "Succeeded", - "flushConnection": false, "securityRules": [], "defaultSecurityRules": [ { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/networkSecurityGroup.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/networkSecurityGroup.json index 7f2b525a6edd..10909e8cb774 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/networkSecurityGroup.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/networkSecurityGroup.json @@ -870,10 +870,6 @@ }, "NetworkSecurityGroupPropertiesFormat": { "properties": { - "flushConnection": { - "type": "boolean", - "description": "When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation." - }, "securityRules": { "type": "array", "items": {