[Identity] Support SecureString output for Pwsh cred#36653
Merged
pvaneck merged 5 commits intoAzure:mainfrom Aug 5, 2024
Merged
[Identity] Support SecureString output for Pwsh cred#36653pvaneck merged 5 commits intoAzure:mainfrom
pvaneck merged 5 commits intoAzure:mainfrom
Conversation
660ed6a to
e9749e1
Compare
Collaborator
|
API change check API changes are not detected in this pull request. |
xiangyan99
reviewed
Jul 29, 2024
sdk/identity/azure-identity/azure/identity/_credentials/azure_powershell.py
Outdated
Show resolved
Hide resolved
e9749e1 to
34ce698
Compare
The Az.Accounts module for PowerShell will soon start outputting token data as secure strings. This ensure that AzurePowerShellCredential can handle this format. Signed-off-by: Paul Van Eck <[email protected]>
Signed-off-by: Paul Van Eck <[email protected]>
Signed-off-by: Paul Van Eck <[email protected]>
34ce698 to
5a15444
Compare
Signed-off-by: Paul Van Eck <[email protected]>
Signed-off-by: Paul Van Eck <[email protected]>
xiangyan99
approved these changes
Aug 5, 2024
l0lawrence
pushed a commit
to l0lawrence/azure-sdk-for-python
that referenced
this pull request
Feb 19, 2025
The `Az.Accounts` module for PowerShell will soon start outputting token data as secure strings. This ensures that `AzurePowerShellCredential` can handle this format. Signed-off-by: Paul Van Eck <[email protected]>
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.
The Az.Accounts module for PowerShell will soon start outputting token data as secure strings. This ensure that AzurePowerShellCredential can handle this format.
Closes: #36596