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 98d8318 commit 820b8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
"parameters": {
"ResourceGroupName": {
"value": "[parameters('ResourceGroupName')]"
},
"DeploymentLocation": {
"value": "[parameters('DeploymentLocation')]",
"type": "string"
}
},
"template": {
Expand All @@ -87,9 +83,6 @@
"parameters": {
"ResourceGroupName": {
"type": "string"
},
"Location": {
"type": "string"
}
},
"resources": [
Expand Down
7 changes: 0 additions & 7 deletions deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
"parameters": {
"ResourceGroupName": {
"value": "[parameters('ResourceGroupName')]"
},
"DeploymentLocation": {
"value": "[parameters('DeploymentLocation')]",
"type": "string"
}
},
"template": {
Expand All @@ -81,9 +77,6 @@
"parameters": {
"ResourceGroupName": {
"type": "string"
},
"Location": {
"type": "string"
}
},
"resources": [
Expand Down

0 comments on commit 820b8e1

Please sign in to comment.