We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a32af6 + 906f013 commit 264af49Copy full SHA for 264af49
integration-tests.yml
@@ -68,6 +68,10 @@ jobs:
68
az account get-access-token --scope https://cognitiveservices.azure.com/.default --output none
69
echo "Cognitive Services access token cached successfully."
70
71
+ # Prefetch token for Azure ML / Foundry model endpoints
72
+ az account get-access-token --scope https://ml.azure.com/.default --output none
73
+ echo "Azure ML/Foundry access token cached successfully."
74
+
75
# Run integration tests
76
make integration-test
77
- bash: rm -f .env
0 commit comments