CHANGELOG.md
GEN1_GEN2_MAPPING.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/storage/__init__.py
azure/storage/filedatalake/__init__.py
azure/storage/filedatalake/_data_lake_directory_client.py
azure/storage/filedatalake/_data_lake_file_client.py
azure/storage/filedatalake/_data_lake_lease.py
azure/storage/filedatalake/_data_lake_service_client.py
azure/storage/filedatalake/_deserialize.py
azure/storage/filedatalake/_download.py
azure/storage/filedatalake/_file_system_client.py
azure/storage/filedatalake/_models.py
azure/storage/filedatalake/_path_client.py
azure/storage/filedatalake/_serialize.py
azure/storage/filedatalake/_shared_access_signature.py
azure/storage/filedatalake/_upload_helper.py
azure/storage/filedatalake/_version.py
azure/storage/filedatalake/_generated/__init__.py
azure/storage/filedatalake/_generated/_configuration.py
azure/storage/filedatalake/_generated/_data_lake_storage_client.py
azure/storage/filedatalake/_generated/version.py
azure/storage/filedatalake/_generated/aio/__init__.py
azure/storage/filedatalake/_generated/aio/_configuration_async.py
azure/storage/filedatalake/_generated/aio/_data_lake_storage_client_async.py
azure/storage/filedatalake/_generated/aio/operations_async/__init__.py
azure/storage/filedatalake/_generated/aio/operations_async/_file_system_operations_async.py
azure/storage/filedatalake/_generated/aio/operations_async/_path_operations_async.py
azure/storage/filedatalake/_generated/aio/operations_async/_service_operations_async.py
azure/storage/filedatalake/_generated/models/__init__.py
azure/storage/filedatalake/_generated/models/_data_lake_storage_client_enums.py
azure/storage/filedatalake/_generated/models/_models.py
azure/storage/filedatalake/_generated/models/_models_py3.py
azure/storage/filedatalake/_generated/operations/__init__.py
azure/storage/filedatalake/_generated/operations/_file_system_operations.py
azure/storage/filedatalake/_generated/operations/_path_operations.py
azure/storage/filedatalake/_generated/operations/_service_operations.py
azure/storage/filedatalake/_shared/__init__.py
azure/storage/filedatalake/_shared/authentication.py
azure/storage/filedatalake/_shared/base_client.py
azure/storage/filedatalake/_shared/base_client_async.py
azure/storage/filedatalake/_shared/constants.py
azure/storage/filedatalake/_shared/encryption.py
azure/storage/filedatalake/_shared/models.py
azure/storage/filedatalake/_shared/parser.py
azure/storage/filedatalake/_shared/policies.py
azure/storage/filedatalake/_shared/policies_async.py
azure/storage/filedatalake/_shared/request_handlers.py
azure/storage/filedatalake/_shared/response_handlers.py
azure/storage/filedatalake/_shared/shared_access_signature.py
azure/storage/filedatalake/_shared/uploads.py
azure/storage/filedatalake/_shared/uploads_async.py
azure/storage/filedatalake/aio/__init__.py
azure/storage/filedatalake/aio/_data_lake_directory_client_async.py
azure/storage/filedatalake/aio/_data_lake_file_client_async.py
azure/storage/filedatalake/aio/_data_lake_lease_async.py
azure/storage/filedatalake/aio/_data_lake_service_client_async.py
azure/storage/filedatalake/aio/_download_async.py
azure/storage/filedatalake/aio/_file_system_client_async.py
azure/storage/filedatalake/aio/_models.py
azure/storage/filedatalake/aio/_path_client_async.py
azure/storage/filedatalake/aio/_upload_helper.py
azure_storage_file_datalake.egg-info/PKG-INFO
azure_storage_file_datalake.egg-info/SOURCES.txt
azure_storage_file_datalake.egg-info/dependency_links.txt
azure_storage_file_datalake.egg-info/not-zip-safe
azure_storage_file_datalake.egg-info/requires.txt
azure_storage_file_datalake.egg-info/top_level.txt
samples/README.md
samples/datalake_samples_access_control.py
samples/datalake_samples_access_control_async.py
samples/datalake_samples_directory.py
samples/datalake_samples_directory_async.py
samples/datalake_samples_file_system.py
samples/datalake_samples_file_system_async.py
samples/datalake_samples_instantiate_client.py
samples/datalake_samples_instantiate_client_async.py
samples/datalake_samples_service.py
samples/datalake_samples_service_async.py
samples/datalake_samples_upload_download.py
samples/datalake_samples_upload_download_async.py
tests/data_lake_settings_fake.py
tests/test_directory.py
tests/test_directory_async.py
tests/test_file.py
tests/test_file_async.py
tests/test_file_system.py
tests/test_file_system_async.py
tests/test_large_file.py
tests/test_large_file_async.py
tests/testcase.py