Skip to content

Commit 3b60335

Browse files
authored
[DocumentIntelligence] Use TME subscription static resource in live tests (Azure#47390)
1 parent 999bc28 commit 3b60335

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sdk/documentintelligence/test-resources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"trainingDataAccount": {
3434
"type": "string",
35-
"defaultValue": "azuresdktrainingdata"
35+
"defaultValue": "azuresdktrainingdatatme"
3636
},
3737
"trainingDataContainer": {
3838
"type": "string",
@@ -44,7 +44,7 @@
4444
},
4545
"trainingDataResourceId": {
4646
"type": "string",
47-
"defaultValue": "[resourceId('TrainingData', 'Microsoft.Storage/storageAccounts', parameters('trainingDataAccount'))]"
47+
"defaultValue": "[resourceId('static-test-resources', 'Microsoft.Storage/storageAccounts', parameters('trainingDataAccount'))]"
4848
},
4949
"trainingDataSasProperties": {
5050
"type": "object",

sdk/documentintelligence/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ extends:
44
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
55
parameters:
66
ServiceDirectory: documentintelligence
7+
TimeoutInMinutes: 120
78
CloudConfig:
89
Public:
910
Location: 'eastus'

0 commit comments

Comments
 (0)