-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Document Intelligence] Live tests - Update to tme resource #32464
[Document Intelligence] Live tests - Update to tme resource #32464
Conversation
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
… harshan/doc-intel/fix-live-tests
This reverts commit cf2a69f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to change auth to use managed identity?
/azp run js - ai-document-intelligence-rest - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
AAD was not fully supported before and we had to rely on API key instead. |
Packages impacted by this PR
@azure-rest/ai-document-intelligence
Issues associated with this PR
Live test deployment failing
Updates to the resource fixes the pipeline
Updates to the bicep file
Changed
blobStorageAccount
parameter from'azuresdktrainingdata'
to'azuresdktrainingdatatme'
.batchTrainingDataResultContainer
parameter for batch training data result container,batchTrainingResultSasProperties
parameter with associated properties. New varDOCUMENT_INTELLIGENCE_BATCH_TRAINING_DATA_RESULT_CONTAINER_SAS_URL
API Version Updates:
apiVersion
from'2024-04-01-preview'
to'2024-10-01'
.cognitiveServicesAccount
to use the new API version.