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
What happened:
On Windows 10:
Including 'anon':False in the storage_options throws NotImplementedError on asyncio.get_child_watcher().attach_loop(self.loop)
What you expected to happen:
DefaultAzureCredentials are used to authenticate
Minimal Complete Verifiable Example:
On Windows 10:
I moved the get_default_azure_credential call from do_connect function to the init function, like get_service_principal_credential does.
I added a new weakref.finalize to async credentials too, in order to avoid Unclosed Client Session ERROR in the exit of the program
What happened:
On Windows 10:
Including
'anon':False
in the storage_options throwsNotImplementedError
onasyncio.get_child_watcher().attach_loop(self.loop)
What you expected to happen:
DefaultAzureCredentials are used to authenticate
Minimal Complete Verifiable Example:
On Windows 10:
Anything else we need to know?:
Providing the credentials directly (thus avoiding the call to get_child_watcher) works fine:
Environment:
The text was updated successfully, but these errors were encountered: