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

Add Subscription option for Azure CLI credential #37638

Open
chlowell opened this issue Nov 13, 2023 · 2 comments · May be fixed by #44123
Open

Add Subscription option for Azure CLI credential #37638

chlowell opened this issue Nov 13, 2023 · 2 comments · May be fixed by #44123
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@chlowell
Copy link
Member

chlowell commented Nov 13, 2023

This enables authenticating an account other than the CLI's configured default. Pass the value to the CLI with --subscription, quoting it because it may contain spaces. See Azure/azure-sdk-for-go/pull/21962 for an example implementation with character validation and Azure/azure-sdk-for-go#23976 for a better validation error message.

@chlowell chlowell added Azure.Identity feature-request This issue requires a new behavior in the product in order be resolved. labels Nov 13, 2023
@chlowell chlowell added this to the Backlog milestone Nov 13, 2023
@chlowell chlowell moved this from Untriaged to Backlog in Azure Identity SDK Improvements Nov 13, 2023
@scottaddie scottaddie moved this from Backlog to Not Started in Azure Identity SDK Improvements Oct 16, 2024
@scottaddie scottaddie added the Client This issue points to a problem in the data-plane of the library. label Oct 16, 2024
@scottaddie scottaddie modified the milestones: Backlog, 2025-03, 2025-01 Oct 16, 2024
@pvaneck
Copy link
Member

pvaneck commented Oct 23, 2024

@g2vinay g2vinay moved this from Not Started to In Progress in Azure Identity SDK Improvements Jan 27, 2025
@g2vinay g2vinay modified the milestones: 2025-01, 2025-02 Jan 27, 2025
@g2vinay g2vinay linked a pull request Feb 10, 2025 that will close this issue
@g2vinay
Copy link
Member

g2vinay commented Feb 10, 2025

Resolved by
#44123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

5 participants