Skip to content

Commit 6541d30

Browse files
authored
Added flush conn to nsg (#18393)
* Added flush conn to nsg * Updated flushConn to correct location * Updated description * Modified T/F to Enabled/Disabled * Refactoring so that null value appears first * Reverted FlushConnection to boolean value instead of string
1 parent 79faf77 commit 6541d30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"location": "eastus",
1818
"properties": {
1919
"provisioningState": "Succeeded",
20+
"flushConnection": false,
2021
"securityRules": [],
2122
"defaultSecurityRules": [
2223
{
@@ -127,6 +128,7 @@
127128
"location": "eastus",
128129
"properties": {
129130
"provisioningState": "Succeeded",
131+
"flushConnection": false,
130132
"securityRules": [],
131133
"defaultSecurityRules": [
132134
{

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,10 @@
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+
},
873877
"securityRules": {
874878
"type": "array",
875879
"items": {

0 commit comments

Comments
 (0)