Skip to content

Commit 897ce60

Browse files
Repair testing for openai (Azure#37879)
* ref openai test service connection * fix yml
1 parent 62ddf8f commit 897ce60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/openai/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ extends:
99
- PythonVersion=3.11.*
1010
MatrixReplace:
1111
- TestSamples=.*/true
12+
UseFederatedAuth: true
1213
SupportedClouds: 'Public'
14+
CloudConfig:
15+
Public:
16+
ServiceConnection: azure-sdk-tests-openai
1317
EnvVars:
1418
AZ_OPENAI_ENDPOINT: $(AOAI-ENDPOINT)
1519
AZURE_OPENAI_KEY: $(AOAI-API-KEY)

0 commit comments

Comments
 (0)