Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.65k stars 845 forks source link

[azopenaiextensions] TokenCredential auth doesn't work in the live test pipeline #23734

Closed richardpark-msft closed 1 week ago

richardpark-msft commented 2 weeks ago

(Requires some investigation)

The live tests for azopenaiextensions fail when using the (assistants API + test credential). If you run locally, using AzureCLICredential, it works, which makes me think it's something specific to the live testing environment.

richardpark-msft commented 1 week ago

This was fixed. Awhile back we moved to using a specific service connector to experiment with using sub-config. As part of the new subscription move our specific service connector no longer has permissions. Rather than perpetuate sub-config (which is going away) we're just moving over to using the same service connector that other languages are using, which is authorized.