Skip to content
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

[Identity] Support SecureString output for Pwsh cred #36653

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

pvaneck
Copy link
Member

@pvaneck pvaneck commented Jul 26, 2024

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

@pvaneck pvaneck force-pushed the identity-pwsh-secure-string branch from 660ed6a to e9749e1 Compare July 26, 2024 19:21
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@pvaneck pvaneck marked this pull request as ready for review July 26, 2024 20:13
@pvaneck pvaneck requested review from xiangyan99 and a team as code owners July 26, 2024 20:13
@pvaneck pvaneck force-pushed the identity-pwsh-secure-string branch from e9749e1 to 34ce698 Compare July 29, 2024 22:59
pvaneck added 3 commits July 30, 2024 01:52
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 <paulvaneck@microsoft.com>
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
@pvaneck pvaneck force-pushed the identity-pwsh-secure-string branch from 34ce698 to 5a15444 Compare July 30, 2024 02:15
pvaneck added 2 commits July 30, 2024 02:40
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
@pvaneck pvaneck merged commit 7acceed into Azure:main Aug 5, 2024
20 checks passed
@pvaneck pvaneck deleted the identity-pwsh-secure-string branch August 5, 2024 19:56
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 <paulvaneck@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

AzurePowerShellCredential fails to generate token due to deprecation message in Az 12.1.0
3 participants