-
Notifications
You must be signed in to change notification settings - Fork 19
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 auth for certain types and finish adoption latest Azure SDK #3310
Conversation
I ran the daily pipeline using this branch to vet the changes. The build succeeds while the main branch fails: https://dev.azure.com/dnceng/internal/_build/results?buildId=2490918&view=results |
Commit b1a6c3f is the auth fix. The rest are SDK updates. |
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.
nits and questions only. you may want to get a review from someone more familiar w/ the Azure libraries; I'm inexperienced
Resolves dotnet/dnceng#3301
This PR has two main components:
The later change is necessary because secretless authentication configurations are now complex enough that the defaults are not good enough. It will resolve the ongoing failures we've seen lately with rotations.