Skip to content

Commit e5d97e5

Browse files
committed
remove unused images
1 parent 6ce1a9a commit e5d97e5

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

articles/azure-resource-manager/templates/quickstart-create-template-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ To make a change to the template in your template spec, revise the template. The
383383
"parameters": {
384384
"storageAccountName": {
385385
"type": "string",
386-
"defaultValue": "[format('store{0}', uniqueString(resourceGroup().id))]",
386+
"defaultValue": "[format('store{0}', uniqueString(resourceGroup().id))]"
387387
},
388388
"location": {
389389
"type": "string",

0 commit comments

Comments
 (0)