Skip to content

Commit 0ba49ca

Browse files
committed
Remove client id
1 parent b49eb32 commit 0ba49ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ ADLDownloader(adl, '', 'my_temp_dir', 5, 2**24)
171171
|
172172
|
173173
|
174+
|
174175

175176
#### class azure.datalake.store.core.AzureDLFileSystem(token=None, per_call_timeout_seconds=60, \*\*kwargs)
176177
Access Azure DataLake Store as if it were a file-system
@@ -1477,7 +1478,7 @@ It will raise AssertionError if the downloader is active.
14771478

14781479
<!-- !! processed by numpydoc !! -->
14791480

1480-
#### azure.datalake.store.lib.auth(tenant_id=None, username=None, password=None, client_id='e120a8c5-92e7-4be7-a439-bd3f5a6e1d74', client_secret=None, resource='https://datalake.azure.net/', require_2fa=False, authority=None, retry_policy=None, \*\*kwargs)
1481+
#### azure.datalake.store.lib.auth(tenant_id=None, username=None, password=None, client_id='', client_secret=None, resource='https://datalake.azure.net/', require_2fa=False, authority=None, retry_policy=None, \*\*kwargs)
14811482
User/password authentication
14821483

14831484

0 commit comments

Comments
 (0)