You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use these factory methods with track 2 clients yields an unhelpful exception (e.g. TypeError: __init__() missing 1 required positional argument: 'credential'). Instead, exceptions caused by this pattern should:
Point to azure-identity credentials
Point to a sample/guidance for migrating from this scenario, which should be reachable at an aka.ms link
The text was updated successfully, but these errors were encountered:
Context: users who have relied on
azure-common
's factory methods likeget_client_from_auth_file
andget_client_from_json_dict
have been unable to use this authentication pattern with clients usingazure-identity
(see #16760, for example).Attempting to use these factory methods with track 2 clients yields an unhelpful exception (e.g.
TypeError: __init__() missing 1 required positional argument: 'credential'
). Instead, exceptions caused by this pattern should:azure-identity
credentialsThe text was updated successfully, but these errors were encountered: