-
Notifications
You must be signed in to change notification settings - Fork 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
Fix sovereign clouds authority host in azure identity clients not configured bug #29409
Fix sovereign clouds authority host in azure identity clients not configured bug #29409
Conversation
API change check API changes are not detected in this pull request. |
@saragluna do we want to look into adding sovereign cloud tests for spring (we have a "weekly" pipeline for adding additional test clouds: https://dev.azure.com/azure-sdk/internal/_build?definitionId=3723&_a=summary). This likely would have caught the authority host issue. Let me know if you'd like engsys to do this. |
@benbp yes and thanks!!!!!! I didn't know that weekly pipeline exists before but it surely will help us catch and prevent such issues. |
...azure/spring/cloud/core/implementation/credential/resolver/AzureTokenCredentialResolver.java
Show resolved
Hide resolved
...azure/spring/cloud/core/implementation/factory/AbstractAzureServiceClientBuilderFactory.java
Show resolved
Hide resolved
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.
LGTM
…figured bug (Azure#29409) * fix sovereign clouds not applied bug
Description
To fix microsoft/spring-cloud-azure#967, the authority host was not configured correctly.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines