-
Notifications
You must be signed in to change notification settings - Fork 286
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
Chore | Upgrade Azure Identity from 1.7.0 to 1.8.0 #1921
Chore | Upgrade Azure Identity from 1.7.0 to 1.8.0 #1921
Conversation
Why do you need to be explicit about the dependencies of a Dependency?? |
The other dependencies aren't necessarily required in fact none of them has a direct dependency on Azure Identity. I was going the release notes and felt it might be a nice to have and it actually makes more sense that I revert them as they should be upgraded in a sperate PR when it becomes required. Thanks! |
Codecov ReportBase: 70.26% // Head: 70.38% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1921 +/- ##
==========================================
+ Coverage 70.26% 70.38% +0.12%
==========================================
Files 292 292
Lines 61732 61750 +18
==========================================
+ Hits 43376 43465 +89
+ Misses 18356 18285 -71
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This upgrade should resolve the following issues with the MSAL caching being enabled by default.
#1919
#1900
Also upgraded some related dependencies.