Skip to content

Commit 79e86d3

Browse files
committed
update
1 parent 5ee8af0 commit 79e86d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/azure-cli-core/azure/cli/core/_profile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ def msal_credential_factory(id_type, id_value):
853853
return ManagedIdentityCredential(resource_id=id_value)
854854
raise ValueError("Unrecognized managed identity ID type '{}'".format(id_type))
855855

856+
856857
class SubscriptionFinder:
857858
# An ARM client. It finds subscriptions for a user or service principal. It shouldn't do any
858859
# authentication work, but only find subscriptions

0 commit comments

Comments
 (0)