Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Nov 27, 2024
1 parent 09f2a9f commit d4d4747
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions eslzArm/prerequisites/deployPrerequisites.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"parameters": {
"location": {
"value": "[parameters('location')]"
},
"eslzRootName": {
"value": "[parameters('eslzRootName')]"
}
},
"template": {
Expand All @@ -54,9 +51,6 @@
"parameters": {
"location": {
"type": "string"
},
"eslzRootName": {
"type": "string"
}
},
"variables": {},
Expand Down Expand Up @@ -138,7 +132,7 @@
{
"type": "Microsoft.Resources/deploymentScripts",
"apiVersion": "2020-10-01",
"name": "alz-deploymentscript",
"name": "alz-prereq-deploymentscript",
"location": "[parameters('location')]",
"kind": "AzurePowerShell",
"identity": {
Expand Down

0 comments on commit d4d4747

Please sign in to comment.