-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Identity] update recordings for msal-common and msal-node updates #31735
Conversation
API change check API changes are not detected in this pull request. |
bd258c2
to
2ecc2f3
Compare
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.
🚀
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.
Seems some tests still failing and may need updates too
74efe5e
to
c3423e2
Compare
Seems like my git push had got messed up @jeremymeng Hopefully it's fixed now. Feel free to review again. |
/azp run js - core - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
3f5e811
to
445c918
Compare
816a304
to
ad1f2e0
Compare
With the recent upgrades to msal node (2.15 to 2.16) and msal common (14.15 to 14.16), the request uri used by msal has now been updated to include the client-request-id as a query parameter in the request uri. I have manually updated recordings of the tests to reflect the change, in order to fix the breaking recorded tests after upgrading dependecy on msal.
Unable to re-record the tests to auto-generate the recordings, due to tenant restrictions, hence manually updated the recordings.
Also unpinning the msal dependency that were pinned in this PR - #31819