We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee8af0 commit 79e86d3Copy full SHA for 79e86d3
1 file changed
src/azure-cli-core/azure/cli/core/_profile.py
@@ -853,6 +853,7 @@ def msal_credential_factory(id_type, id_value):
853
return ManagedIdentityCredential(resource_id=id_value)
854
raise ValueError("Unrecognized managed identity ID type '{}'".format(id_type))
855
856
+
857
class SubscriptionFinder:
858
# An ARM client. It finds subscriptions for a user or service principal. It shouldn't do any
859
# authentication work, but only find subscriptions
0 commit comments