Skip to content

Commit

Permalink
Merge pull request Azure#5833 from marlonsingleton/master
Browse files Browse the repository at this point in the history
updated: unique string syntax
  • Loading branch information
bmoore-msft authored Feb 23, 2019
2 parents dc2b4c8 + 35c5621 commit 06dac3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions 101-batchaccount-with-storage/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"parameters": {
"batchAccountName": {
"type": "string",
"defaultValue": "[concat(toLower(uniqueString(resourceGroup().id)), 'batch')]",
"metadata": {
"description": "Batch Account Name"
}
Expand Down
6 changes: 1 addition & 5 deletions 101-batchaccount-with-storage/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"batchAccountName": {
"value": "GEN-UNIQUE-12"
}
}
"parameters": { }
}

0 comments on commit 06dac3b

Please sign in to comment.