Skip to content

Commit

Permalink
passing api version in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramkumar Chandrasekaran committed Nov 12, 2019
1 parent 7583d11 commit 0626542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"description": "Azure Storage linked service",
"typeProperties": {
"connectionString": {
"value": "[concat('DefaultEndpointsProtocol=https;AccountName=', reference(parameters('storageAccountResourceId')).storageAccountName, ';AccountKey=', listKeys(parameters('storageAccountResourceId'), '2019-04-01').keys[0].value)]",
"value": "[concat('DefaultEndpointsProtocol=https;AccountName=', reference(parameters('storageAccountResourceId'), '2019-04-01').storageAccountName, ';AccountKey=', listKeys(parameters('storageAccountResourceId'), '2019-04-01').keys[0].value)]",
"type": "SecureString"
}
}
Expand Down

0 comments on commit 0626542

Please sign in to comment.