-
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
Update docs for DefaultAzureCredential regarding AZURE_CLIENT_ID / managedIdentityClientId relationship #16402
Comments
Closing this because it's already documented on the class (feel free to reopen if you meant to have it documented somewhere else): azure-sdk-for-python/sdk/identity/azure-identity/azure/identity/_credentials/default.py Lines 65 to 66 in 89e7f4b
|
The other languages have a section about Managed Identities here that explains how to configure a custom user created managed identity client ID. Python doesn't have this (not sure if that is intentional), but it would go there if so. The reason for the issue is that .NET had a customer question about this behavior which is not documented. |
Recovery services backup october release (Azure#16865) * RecoveryServicesBackup: Added ValidateOperationAsync APIs to new API version 2021-10-01 (Azure#16291) * Added base for new API version 2021-10-01 from previous 2021-08-01 * Updates Readme * Updates API version in new specs and examples * Updated CRR related API in readme * Added PreCheckAsync new APIs * Removed incorrect long-running-operation tag * Renamed API as per PR review * RecoveryServicesBackup: Minor update to new ValidateOperation async API (Azure#16402) * Added long running operation tag to async API * Updated examples with renamed tracking API * Recovery services backup october release (Azure#16303) * Adds base for updating Microsoft.RecoveryServices from version stable/2021-08-01 to 2021-10-01 * Update Swagger spec and examples * Update readme * Resolve Avocado and PrettierCheck issues * Resolve Model Validation issues * Adding package for active and passive stamp (Azure#16695) * Updating readme to split active and passive stamp * Update * Updating readme.go * Fixing model validation errors * Fixing model validation * Adding enums for protectionIntent * Adding identity based restore details Co-authored-by: abhishek-goyal1 <[email protected]> Co-authored-by: Abhinit Kumar <[email protected]>
Recovery services backup october release (Azure#16865) * RecoveryServicesBackup: Added ValidateOperationAsync APIs to new API version 2021-10-01 (Azure#16291) * Added base for new API version 2021-10-01 from previous 2021-08-01 * Updates Readme * Updates API version in new specs and examples * Updated CRR related API in readme * Added PreCheckAsync new APIs * Removed incorrect long-running-operation tag * Renamed API as per PR review * RecoveryServicesBackup: Minor update to new ValidateOperation async API (Azure#16402) * Added long running operation tag to async API * Updated examples with renamed tracking API * Recovery services backup october release (Azure#16303) * Adds base for updating Microsoft.RecoveryServices from version stable/2021-08-01 to 2021-10-01 * Update Swagger spec and examples * Update readme * Resolve Avocado and PrettierCheck issues * Resolve Model Validation issues * Adding package for active and passive stamp (Azure#16695) * Updating readme to split active and passive stamp * Update * Updating readme.go * Fixing model validation errors * Fixing model validation * Adding enums for protectionIntent * Adding identity based restore details Co-authored-by: abhishek-goyal1 <[email protected]> Co-authored-by: Abhinit Kumar <[email protected]>
Add documentation to
DefaultAzureCredential
indicating that setting theAZURE_CLIENT_ID
environment variable is equivalent to setting themanagedIdentityClientId
.The text was updated successfully, but these errors were encountered: