Skip to content

Commit

Permalink
Fix Location Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Apr 22, 2024
1 parent 820b8e1 commit 9eb006c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"parameters": {
"ResourceGroupName": {
"value": "[parameters('ResourceGroupName')]"
},
"DeploymentLocation": {
"value": "[parameters('DeploymentLocation')]"
}
},
"template": {
Expand All @@ -83,6 +86,9 @@
"parameters": {
"ResourceGroupName": {
"type": "string"
},
"DeploymentLocation": {
"type": "string"
}
},
"resources": [
Expand Down
6 changes: 6 additions & 0 deletions deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
"parameters": {
"ResourceGroupName": {
"value": "[parameters('ResourceGroupName')]"
},
"DeploymentLocation": {
"value": "[parameters('DeploymentLocation')]"
}
},
"template": {
Expand All @@ -77,6 +80,9 @@
"parameters": {
"ResourceGroupName": {
"type": "string"
},
"DeploymentLocation": {
"type": "string"
}
},
"resources": [
Expand Down

0 comments on commit 9eb006c

Please sign in to comment.