azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

[Identity] Add subscription support to Azure CLI cred

Open pvaneck opened this issue 1 year ago • 1 comments

Closes: https://github.com/Azure/azure-sdk-for-python/issues/33129

pvaneck avatar Oct 18 '24 23:10 pvaneck

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-identity

azure-sdk avatar Oct 18 '24 23:10 azure-sdk

Are other languages supporting it? (other than go)

xiangyan99 avatar Oct 22 '24 18:10 xiangyan99

Are other languages supporting it? (other than go)

All languages will support it at some point, and JS already added support.

pvaneck avatar Oct 22 '24 18:10 pvaneck

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()?

xiangyan99 avatar Oct 23 '24 00:10 xiangyan99

And do we want to expose it in DAC init?

xiangyan99 avatar Oct 23 '24 00:10 xiangyan99

Design overview: https://gist.github.com/pvaneck/45964341b0079c6c61743dc89b12eb07

pvaneck avatar Oct 23 '24 22:10 pvaneck