Added credential caching for Managed Identity Credential and Default Azure Credential#2415
Merged
lilgreenbird merged 5 commits intomainfrom May 21, 2024
Merged
Added credential caching for Managed Identity Credential and Default Azure Credential#2415lilgreenbird merged 5 commits intomainfrom
lilgreenbird merged 5 commits intomainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2415 +/- ##
============================================
- Coverage 50.21% 50.13% -0.09%
+ Complexity 3843 3841 -2
============================================
Files 145 145
Lines 33355 33396 +41
Branches 5654 5662 +8
============================================
- Hits 16750 16742 -8
- Misses 14209 14260 +51
+ Partials 2396 2394 -2 ☔ View full report in Codecov by Sentry. |
lilgreenbird
previously approved these changes
May 14, 2024
David-Engel
reviewed
May 15, 2024
0dd0973 to
ed05d8f
Compare
David-Engel
reviewed
May 15, 2024
David-Engel
reviewed
May 16, 2024
David-Engel
reviewed
May 16, 2024
…ility.java Co-authored-by: David Engel <[email protected]>
…ility.java Co-authored-by: David Engel <[email protected]>
David-Engel
previously approved these changes
May 16, 2024
Contributor
|
Also run formatter, minor formatting issues are present. |
Jeffery-Wasty
approved these changes
May 21, 2024
lilgreenbird
approved these changes
May 21, 2024
tkyc
added a commit
that referenced
this pull request
May 22, 2024
tkyc
added a commit
that referenced
this pull request
May 22, 2024
This file contains hidden or 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
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.
Added credential caching for ManagedIdentityCredential and DefaultAzureCredential.