-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Refactor ClientCertificateCredential construction #8315
Merged
Merged
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
Can one of the admins verify this patch? |
schaabs
approved these changes
Oct 31, 2019
lmazuel
approved these changes
Oct 31, 2019
8cdff7b
to
f4841d2
Compare
xiangyan99
added a commit
that referenced
this pull request
Nov 8, 2019
* Updated minor version for released packages in hotfix branch * Refactor ClientCertificateCredential construction (#8315) * Update MSAL dependency (#8359) * Fix InteractiveBrowserCredential caching (#8352) * Disable depends test (#8440) * [EventHubs] Final README update (#8430) * [EventHubs] Final docs update (#8428) * Readme final update * Update links * update async sample in readme * Simply samples in readme and make samples can run (#8432) * Tiny readme fix * Update checkpointstore README * Update checkpointstore README * Fix a README error * App Configuration 2019-10-01 (#8394) * update sdk\keyvault\azure-keyvault-secrets\README.md (#8396) * bump warden version (#8460) * Add passing kwargs and HttpLoggingPolicy plugged (#8053) * Live tests for managed identity, username/password, browser credentials (#7622) * policy v2019_09_01 (#8397) * Fix media streaming bug (#8385) * initial commit to fix media streaming bug - Removed media streaming related checks in synchronized_request that was causing issues with DBAs with "media" in the name - Refactored pipeline_client.run into a _PipelineRun method for testing purposes * bumped version * removed references to 'Media' * bumped version in readme * removed unused import for pylint * undid test config changes * updated HISTORY with breaking changes * modified changelog * Work around sphinx markdown heading link bug (#8255) * move smoke tests update smoke-test.yml move smoketests to common folder * consistent smoke test requirements * remove smoke test invocations that don't exist * use original interface * remove phantom smoke tests * New CI to check autorest when changes are made in azure-core (#8509) * ADLS Gen2 API Implementation (#8473) * ADLS Gen2 API Implementation (#8473) * network parameter change (#8529) * [AutoPR] appconfiguration/resource-manager (#8528) * New azure-mgmt-web + fixed mixin script (#8334) * list skus test * adding api_version in mixin instance * regenerated new package * regeneated tests * history and version * [AutoPR] cognitiveservices/data-plane/LUIS/Authoring (#7816) * [AutoPR cognitiveservices/data-plane/LUIS/Authoring] Add v3.0 swagger (#7815) * Generated from 7a554c128d6eba201c576885c8c2ea78f5267481 Add v3.0 swagger * Generated from d3a4f2d1674a63bc9a4a57015f956833c7d40f7b Update LUIS-Authoring.json fix semantic bugs * regenerated luis * updated history and version
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This ensures
ClientCertificateCredential
uses application and tenant IDs correctly (fixes #8314), and signs assertions for the correct audience.