CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/storage/__init__.py
azure/storage/fileshare/__init__.py
azure/storage/fileshare/_deserialize.py
azure/storage/fileshare/_directory_client.py
azure/storage/fileshare/_download.py
azure/storage/fileshare/_file_client.py
azure/storage/fileshare/_lease.py
azure/storage/fileshare/_models.py
azure/storage/fileshare/_parser.py
azure/storage/fileshare/_serialize.py
azure/storage/fileshare/_share_client.py
azure/storage/fileshare/_share_service_client.py
azure/storage/fileshare/_shared_access_signature.py
azure/storage/fileshare/_version.py
azure/storage/fileshare/py.typed
azure/storage/fileshare/_generated/__init__.py
azure/storage/fileshare/_generated/_azure_file_storage.py
azure/storage/fileshare/_generated/_configuration.py
azure/storage/fileshare/_generated/_patch.py
azure/storage/fileshare/_generated/_serialization.py
azure/storage/fileshare/_generated/_vendor.py
azure/storage/fileshare/_generated/aio/__init__.py
azure/storage/fileshare/_generated/aio/_azure_file_storage.py
azure/storage/fileshare/_generated/aio/_configuration.py
azure/storage/fileshare/_generated/aio/_patch.py
azure/storage/fileshare/_generated/aio/operations/__init__.py
azure/storage/fileshare/_generated/aio/operations/_directory_operations.py
azure/storage/fileshare/_generated/aio/operations/_file_operations.py
azure/storage/fileshare/_generated/aio/operations/_patch.py
azure/storage/fileshare/_generated/aio/operations/_service_operations.py
azure/storage/fileshare/_generated/aio/operations/_share_operations.py
azure/storage/fileshare/_generated/models/__init__.py
azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py
azure/storage/fileshare/_generated/models/_models_py3.py
azure/storage/fileshare/_generated/models/_patch.py
azure/storage/fileshare/_generated/operations/__init__.py
azure/storage/fileshare/_generated/operations/_directory_operations.py
azure/storage/fileshare/_generated/operations/_file_operations.py
azure/storage/fileshare/_generated/operations/_patch.py
azure/storage/fileshare/_generated/operations/_service_operations.py
azure/storage/fileshare/_generated/operations/_share_operations.py
azure/storage/fileshare/_shared/__init__.py
azure/storage/fileshare/_shared/authentication.py
azure/storage/fileshare/_shared/base_client.py
azure/storage/fileshare/_shared/base_client_async.py
azure/storage/fileshare/_shared/constants.py
azure/storage/fileshare/_shared/models.py
azure/storage/fileshare/_shared/parser.py
azure/storage/fileshare/_shared/policies.py
azure/storage/fileshare/_shared/policies_async.py
azure/storage/fileshare/_shared/request_handlers.py
azure/storage/fileshare/_shared/response_handlers.py
azure/storage/fileshare/_shared/shared_access_signature.py
azure/storage/fileshare/_shared/uploads.py
azure/storage/fileshare/_shared/uploads_async.py
azure/storage/fileshare/aio/__init__.py
azure/storage/fileshare/aio/_directory_client_async.py
azure/storage/fileshare/aio/_download_async.py
azure/storage/fileshare/aio/_file_client_async.py
azure/storage/fileshare/aio/_lease_async.py
azure/storage/fileshare/aio/_models.py
azure/storage/fileshare/aio/_share_client_async.py
azure/storage/fileshare/aio/_share_service_client_async.py
azure_storage_file_share.egg-info/PKG-INFO
azure_storage_file_share.egg-info/SOURCES.txt
azure_storage_file_share.egg-info/dependency_links.txt
azure_storage_file_share.egg-info/not-zip-safe
azure_storage_file_share.egg-info/requires.txt
azure_storage_file_share.egg-info/top_level.txt
samples/README.md
samples/file_samples_authentication.py
samples/file_samples_authentication_async.py
samples/file_samples_client.py
samples/file_samples_client_async.py
samples/file_samples_directory.py
samples/file_samples_directory_async.py
samples/file_samples_hello_world.py
samples/file_samples_hello_world_async.py
samples/file_samples_service.py
samples/file_samples_service_async.py
samples/file_samples_share.py
samples/file_samples_share_async.py
tests/conftest.py
tests/encryption_test_helper.py
tests/test_directory.py
tests/test_directory_async.py
tests/test_file.py
tests/test_file_api_version.py
tests/test_file_api_version_async.py
tests/test_file_async.py
tests/test_file_client.py
tests/test_file_client_async.py
tests/test_file_service_properties.py
tests/test_file_service_properties_async.py
tests/test_get_file.py
tests/test_get_file_async.py
tests/test_handle.py
tests/test_handle_async.py
tests/test_helpers.py
tests/test_helpers_async.py
tests/test_share.py
tests/test_share_async.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/_test_base.py
tests/perfstress_tests/download.py
tests/perfstress_tests/download_to_file.py
tests/perfstress_tests/upload.py
tests/perfstress_tests/upload_from_file.py
tests/perfstress_tests/T1_legacy_tests/__init__.py
tests/perfstress_tests/T1_legacy_tests/_test_base.py
tests/perfstress_tests/T1_legacy_tests/download.py
tests/perfstress_tests/T1_legacy_tests/download_to_file.py
tests/perfstress_tests/T1_legacy_tests/upload.py
tests/perfstress_tests/T1_legacy_tests/upload_from_file.py
tests/settings/__init__.py
tests/settings/settings_fake.py
tests/settings/testcase.py