Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
xiangyan99 committed May 31, 2024
commit c16bb194c11a1c994aeef7078abafb78d2b4590e
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_credential(self, client_class, **kwargs):
from azure.identity import DefaultAzureCredential
if is_async:
from azure.identity.aio import DefaultAzureCredential
return DefaultAzureCredential()
return DefaultAzureCredential(exclude_managed_identity_credential=True)

# For playback tests, return credentials that will accept playback `get_token` calls
else:
Expand Down