DataFactoryManagementClient() authentication fails when using DefaultAzureCredential? #14635
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Data Factory
Mgmt
This issue is related to a management-plane library.
needs-team-triage
Workflow: This issue needs the team to triage.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
azure.mgmt.datafactory
azure-mgmt-datafactory==0.13.0
Unbuntu 20
3.8.5
Describe the bug
I use
DefaultAzureCredential
for all Python dev up to this point (KeyVault clients, BlobStorage clients, etc). This is my first time working withazure.mgmt.datafactory
in Python. When trying to useDefaultAzureCredential
, I get the error:AttributeError: 'DefaultAzureCredential' object has no attribute 'signed_session'
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
DefaultAzureCredential
cred chain would be used to authenticateDataFactoryManagementClient()
.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: