Skip to content

Commit

Permalink
adding fw dependecy (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-fearam authored May 4, 2021
1 parent bf059c5 commit a96d9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networking/hub-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
"dependsOn": [
"create-fw-pips",
"[resourceId('Microsoft.Network/virtualNetworks', variables('hubVnetName'))]",
"[resourceId('Microsoft.Network/firewallPolicies', variables('fwPoliciesName'))]"
"[resourceId('Microsoft.Network/firewallPolicies/ruleCollectionGroups', variables('fwPoliciesName'), 'DefaultNetworkRuleCollectionGroup')]"
],
"properties": {
"additionalProperties": {},
Expand Down
2 changes: 1 addition & 1 deletion networking/hub-regionA.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"dependsOn": [
"create-fw-pips",
"[resourceId('Microsoft.Network/virtualNetworks', variables('hubVnetName'))]",
"[resourceId('Microsoft.Network/firewallPolicies', variables('fwPoliciesName'))]"
"[resourceId('Microsoft.Network/firewallPolicies/ruleCollectionGroups', variables('fwPoliciesName'), 'DefaultNetworkRuleCollectionGroup')]"
],
"properties": {
"additionalProperties": {},
Expand Down

0 comments on commit a96d9c9

Please sign in to comment.