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
@@ -64,7 +64,7 @@ Interaction with DataLake Storage starts with an instance of the DataLakeService
64
64
To authenticate the client you have a few options:
65
65
1. Use a SAS token string
66
66
2. Use an account shared access key
67
-
3. Use a token credential from [azure.identity](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.17.0b1/sdk/identity/azure-identity)
67
+
3. Use a token credential from [azure.identity](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.18.0b1/sdk/identity/azure-identity)
68
68
69
69
Alternatively, you can authenticate with a storage connection string using the `from_connection_string` method. See example: [Client creation with a connection string](#client-creation-with-a-connection-string).
70
70
@@ -92,7 +92,7 @@ DataLake storage offers four types of resources:
92
92
This library includes a complete async API supported on Python 3.5+. To use it, you must
93
93
first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/).
this client represents lease interactions with a FileSystemClient, DataLakeDirectoryClient
124
129
or DataLakeFileClient. It provides operations to acquire, renew, release, change, and break leases on the resources.
125
130
126
131
## Examples
@@ -227,7 +232,7 @@ the client level to enable it for all requests.
227
232
228
233
## Troubleshooting
229
234
### General
230
-
DataLake Storage clients raise exceptions defined in [Azure Core](https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-datalake_12.17.0b1/sdk/core/azure-core/README.md).
235
+
DataLake Storage clients raise exceptions defined in [Azure Core](https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-datalake_12.18.0b1/sdk/core/azure-core/README.md).
231
236
232
237
This list can be used for reference to catch thrown exceptions. To get the specific error code of the exception, use the `error_code` attribute, i.e, `exception.error_code`.
Get started with our [Azure DataLake samples](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.17.0b1/sdk/storage/azure-storage-file-datalake/samples).
274
+
Get started with our [Azure DataLake samples](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.18.0b1/sdk/storage/azure-storage-file-datalake/samples).
270
275
271
276
Several DataLake Storage Python SDK samples are available to you in the SDK's GitHub repository. These samples provide example code for additional scenarios commonly encountered while working with DataLake Storage:
272
277
273
-
*[`datalake_samples_access_control.py`](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.17.0b1/sdk/storage/azure-storage-file-datalake/samples/datalake_samples_access_control.py) - Examples for common DataLake Storage tasks:
278
+
*[`datalake_samples_access_control.py`](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.18.0b1/sdk/storage/azure-storage-file-datalake/samples/datalake_samples_access_control.py) - Examples for common DataLake Storage tasks:
274
279
* Set up a file system
275
280
* Create a directory
276
281
* Set/Get access control for the directory
277
282
* Create files under the directory
278
283
* Set/Get access control for each file
279
284
* Delete file system
280
285
281
-
*[`datalake_samples_upload_download.py`](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.17.0b1/sdk/storage/azure-storage-file-datalake/samples/datalake_samples_upload_download.py) - Examples for common DataLake Storage tasks:
286
+
*[`datalake_samples_upload_download.py`](https://github.com/Azure/azure-sdk-for-python/tree/azure-storage-file-datalake_12.18.0b1/sdk/storage/azure-storage-file-datalake/samples/datalake_samples_upload_download.py) - Examples for common DataLake Storage tasks:
282
287
* Set up a file system
283
288
* Create file
284
289
* Append data to the file
@@ -289,7 +294,7 @@ Several DataLake Storage Python SDK samples are available to you in the SDK's Gi
289
294
290
295
### Additional documentation
291
296
292
-
Table for [ADLS Gen1 to ADLS Gen2 API Mapping](https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-datalake_12.17.0b1/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md)
297
+
Table for [ADLS Gen1 to ADLS Gen2 API Mapping](https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-file-datalake_12.18.0b1/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md)
293
298
For more extensive REST documentation on Data Lake Storage Gen2, see the [Data Lake Storage Gen2 documentation](/rest/api/storageservices/datalakestoragegen2/filesystem) on docs.microsoft.com.
0 commit comments