Skip to content

Commit b375925

Browse files
authored
Revert "Added flush conn to nsg (#18393)" (#18576)
This reverts commit 6541d30.
1 parent 6541d30 commit b375925

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/NetworkSecurityGroupCreate.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"location": "eastus",
1818
"properties": {
1919
"provisioningState": "Succeeded",
20-
"flushConnection": false,
2120
"securityRules": [],
2221
"defaultSecurityRules": [
2322
{
@@ -128,7 +127,6 @@
128127
"location": "eastus",
129128
"properties": {
130129
"provisioningState": "Succeeded",
131-
"flushConnection": false,
132130
"securityRules": [],
133131
"defaultSecurityRules": [
134132
{

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/networkSecurityGroup.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,10 +870,6 @@
870870
},
871871
"NetworkSecurityGroupPropertiesFormat": {
872872
"properties": {
873-
"flushConnection": {
874-
"type": "boolean",
875-
"description": "When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation."
876-
},
877873
"securityRules": {
878874
"type": "array",
879875
"items": {

0 commit comments

Comments
 (0)