Skip to content

Commit

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

0 comments on commit b375925

Please sign in to comment.