Add Subscription option for Azure CLI credential #37638
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
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.The text was updated successfully, but these errors were encountered: