Skip to content

Commit

Permalink
[DocumentIntelligence] Use TME subscription static resource in live t…
Browse files Browse the repository at this point in the history
…ests (#47390)
  • Loading branch information
kinelski authored Dec 2, 2024
1 parent 999bc28 commit 3b60335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/documentintelligence/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"trainingDataAccount": {
"type": "string",
"defaultValue": "azuresdktrainingdata"
"defaultValue": "azuresdktrainingdatatme"
},
"trainingDataContainer": {
"type": "string",
Expand All @@ -44,7 +44,7 @@
},
"trainingDataResourceId": {
"type": "string",
"defaultValue": "[resourceId('TrainingData', 'Microsoft.Storage/storageAccounts', parameters('trainingDataAccount'))]"
"defaultValue": "[resourceId('static-test-resources', 'Microsoft.Storage/storageAccounts', parameters('trainingDataAccount'))]"
},
"trainingDataSasProperties": {
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions sdk/documentintelligence/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: documentintelligence
TimeoutInMinutes: 120
CloudConfig:
Public:
Location: 'eastus'

0 comments on commit 3b60335

Please sign in to comment.