Skip to content

Commit

Permalink
Added flush conn to nsg (Azure#18393)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Satya-anshu authored Mar 28, 2022
1 parent 79faf77 commit 6541d30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"location": "eastus",
"properties": {
"provisioningState": "Succeeded",
"flushConnection": false,
"securityRules": [],
"defaultSecurityRules": [
{
Expand Down Expand Up @@ -127,6 +128,7 @@
"location": "eastus",
"properties": {
"provisioningState": "Succeeded",
"flushConnection": false,
"securityRules": [],
"defaultSecurityRules": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@
},
"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": {
Expand Down

0 comments on commit 6541d30

Please sign in to comment.