-
Notifications
You must be signed in to change notification settings - Fork 101
Update AzureAD Microsoft Authentication Library to v1.5.0 #294
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Priyansh Choudhary <[email protected]>
Signed-off-by: Priyansh Choudhary <[email protected]>
| require ( | ||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect | ||
| github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect | ||
| github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect |
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.
first do this in velero repo.
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.
velero pr merged vmware-tanzu/velero#9244 fyi
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.
Merged vmware-tanzu/velero#9244 and updated package refernece.
Signed-off-by: Priyansh Choudhary <[email protected]>
698d488
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
=======================================
Coverage 18.78% 18.78%
=======================================
Files 4 4
Lines 527 527
=======================================
Hits 99 99
Misses 425 425
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@kaovilai / @shubham-pampattiwar I had updated the go package reference for velero from main branch, is that correct or do you guys update it from specific 1.16/1.17 branches? What I performed: |
|
For main I think this is fine. |
|
Hi @ywk253100, can we merge this? |
Signed-off-by: Priyansh Choudhary [email protected]
Fix for the bug introduced here where User is Unable to login to Azure China.
AzureAD/microsoft-authentication-library-for-go#574
Fixes #(issue)
vmware-tanzu/velero#9205