-
Notifications
You must be signed in to change notification settings - Fork 359
Fix for 5033 - MSI response json parse failure error code #5038
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
Conversation
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
src/client/Microsoft.Identity.Client/ManagedIdentity/AbstractManagedIdentity.cs:139
- Ensure that the error message is logged before throwing the exception to aid in debugging.
_requestContext.Logger.Error("[Managed Identity] MSI json response failed to parse. " + ex);
34601dc
to
093a2d7
Compare
Linking to #5016 |
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
093a2d7
to
8d04e00
Compare
e0c545c
to
71c7ed3
Compare
a278085
to
b930ed8
Compare
Fixes #5016
Changes proposed in this request
Testing
Performance impact
Documentation