Skip to content

Commit 65e2e01

Browse files
remove hardcoded subscription ID (Azure#22481)
1 parent d9f9a4e commit 65e2e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/formrecognizer/test-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"blobResourceId": {
5858
"type": "string",
59-
"defaultValue": "[resourceId('2cd617ea-1866-46b1-90e3-fffb087ebf9b', 'TrainingData', 'Microsoft.Storage/storageAccounts', parameters('blobStorageAccount'))]"
59+
"defaultValue": "[resourceId(subscription().subscriptionId, 'TrainingData', 'Microsoft.Storage/storageAccounts', parameters('blobStorageAccount'))]"
6060
},
6161
"trainingDataSasProperties": {
6262
"type": "object",

0 commit comments

Comments
 (0)