Skip to content

Commit

Permalink
Merged from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJWoodcock committed Jul 6, 2022
2 parents 02ab176 + a38210c commit 84277a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure/accounts.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"subnetDelegations": {
"type": "array"
},
"workerAccessRestrictions": {
"type": "array"
},
"resourceGroupLocation": {
"type": "string"
},
Expand Down Expand Up @@ -512,6 +515,9 @@
},
"deployStagingSlot": {
"value": false
},
"ipSecurityRestrictions": {
"value": "[parameters('workerAccessRestrictions')]"
}
}
},
Expand Down
6 changes: 6 additions & 0 deletions azure/finance.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"subnetDelegations": {
"type": "array"
},
"workerAccessRestrictions": {
"type": "array"
},
"resourceGroupLocation": {
"type": "string"
},
Expand Down Expand Up @@ -548,6 +551,9 @@
},
"deployStagingSlot": {
"value": false
},
"ipSecurityRestrictions": {
"value": "[parameters('workerAccessRestrictions')]"
}
}
},
Expand Down

0 comments on commit 84277a8

Please sign in to comment.