Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Mar 1, 2024
2 parents c5c4f09 + 86e9d26 commit 872c446
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Environments/Todo-Mongo-ACA/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "7624760505230248688"
"templateHash": "14453627926966060746"
}
},
"parameters": {
Expand Down Expand Up @@ -1920,9 +1920,7 @@
},
"mode": "Incremental",
"parameters": {
"name": {
"value": "[parameters('containerRegistryName')]"
},
"name": "[if(not(empty(parameters('containerRegistryName'))), createObject('value', parameters('containerRegistryName')), createObject('value', format('{0}{1}', variables('abbrs').containerRegistryRegistries, variables('resourceToken'))))]",
"location": {
"value": "[parameters('location')]"
},
Expand Down

0 comments on commit 872c446

Please sign in to comment.