-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Sample demonstrating authentication with a Key Vault certificate #18109
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
mccoyp
approved these changes
Apr 16, 2021
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
This was referenced Apr 23, 2021
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
May 13, 2021
…into add_logging_param * 'master' of https://github.com/Azure/azure-sdk-for-python: (33 commits) [text analytics] rerecord (Azure#18731) [agrifood] generation for azure-agrifood-farming (Azure#18713) [SB/EH] temporarily remove mgmt from ci pipeline (Azure#18724) bump core version (Azure#18723) Added policy Reset APIs; Cleaned up several model types. (Azure#18679) update release date (Azure#18704) Fixed PathProperties class init issue (Azure#18559) [agrifood] ignore swagger readme (Azure#18714) update for aiohttp 3.6 (Azure#18715) Renamed remaining connection string EV references (Azure#18682) Increment package version after release of azure-containerregistry (Azure#18683) skip live recording (Azure#18712) Increment package version after release of azure-identity (Azure#18710) Sample demonstrating authentication with a Key Vault certificate (Azure#18109) [AutoRelease] t2-storage-2021-05-13-13723 (Azure#18691) [AutoRelease] t2-loganalytics-2021-05-13-47912 (Azure#18694) useless sdk folder del (Azure#18688) [AutoRelease] t2-resource-2021-05-13-95786 (Azure#18686) update release date (Azure#18689) bump autorest version from '3.3.0' to '3.4.2' (Azure#18662) ...
ghost
pushed a commit
to Azure/azure-sdk-for-js
that referenced
this pull request
Jun 24, 2021
In this PR we're aligning the samples of Identity with other languages. The samples I'm adding in this PR are: - Rolling certificates with ClientCertificateCredential ([.Net](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/identity/Azure.Identity/samples/ClientCertificateCredentialSamples.md#rolling-certificates)). - ClientCertificateCredential with a Key Vault Certificate ([Python](Azure/azure-sdk-for-python#18109)) (decided not to use `@azure/keyvault-certificates` because of the possible issues converting certificates from one format to another in Node). - Custom credentials ([.Net](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/identity/Azure.Identity/samples/DefiningCustomCredentialTypes.md#defining-custom-credential-types)). - Using MSAL directly ([.Net](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/identity/Azure.Identity/samples/DefiningCustomCredentialTypes.md#authenticating-with-msal-directly)). - On Behalf Of Flow ([.Net](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/identity/Azure.Identity/samples/DefiningCustomCredentialTypes.md#authenticating-with-the-on-behalf-of-flow)). New samples related to the v2-specific features will be added after the Identity package is separated. Related to #14435 --- I’ve decided to use this opportunity to: Fix #15324 This PR also implicitly: Fixes #15573
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-python
that referenced
this pull request
Mar 23, 2022
[Hub Generated] Public private branch 'dynamic_thresholds/momalka/deprecate_baseline_calculatebaseline' (Azure#18109) * deprecated * cleanup package-2017-11-01-preview-only Co-authored-by: Moshe Malka <momalka@microsoft.com>
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.
No description provided.