-
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
[Identity] Add subscription support to Azure CLI cred #37994
[Identity] Add subscription support to Azure CLI cred #37994
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
c35a2b7
to
fcf022e
Compare
Are other languages supporting it? (other than go) |
All languages will support it at some point, and JS already added support. |
Do we have a design doc for the feature? e.g. do we only support it in init? Do we want to support it in get_token()? |
And do we want to expose it in DAC init? |
Design overview: https://gist.github.com/pvaneck/45964341b0079c6c61743dc89b12eb07 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the changelog.
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
This allows users to specify a subscription when authenticating with the Azure CLI. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Closes: #33129