-
Notifications
You must be signed in to change notification settings - Fork 422
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
Revert configuration manager to 8.3.1 #3132
Merged
Merged
+264
−994
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
Loading status checks…
This reverts commit 0108a96.
This reverts commit 9e91a64.
This reverts commit 075a627.
)" This reverts commit 42b0c2c.
* Add request count and duration telemetry * Add request count and duration telemetry * small fix * Feedback, remodel timing and counters * Use interface for logging, move constants to class * some interface changes, rework tests * fix naming * address interface feedback * Interface and namespace changes * avoid friend assemblies * add metadata * doc comments for tags * PR feedback * Apply suggestions from code review Co-authored-by: Keegan <Keegan.Caruso@microsoft.com> * change class name and add clarifying comments * Change namespace, move package reference --------- Co-authored-by: George Krechar <dokrecar@microsoft.com> Co-authored-by: jennyf19 <jeferrie@microsoft.com> Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
jennyf19
approved these changes
Feb 14, 2025
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.
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
6eded55
to
d8cdcfb
Compare
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
GeoK
approved these changes
Feb 14, 2025
pmaytak
approved these changes
Feb 14, 2025
pmaytak
approved these changes
Feb 14, 2025
SummarySummary
CoverageMicrosoft.IdentityModel.JsonWebTokens - 80.3%
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts configuration manager back to 8.3.1, and cherry picks #3022
Compare configuration manager against 8.3.1 with this diff: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/rel/8.3.1...kecaruso/revert-config-man-changes?expand=1
Only includes changes for #3022