HISTORY.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
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/_models.py
azure/storage/fileshare/_parser.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/_generated/__init__.py
azure/storage/fileshare/_generated/_azure_file_storage.py
azure/storage/fileshare/_generated/_configuration.py
azure/storage/fileshare/_generated/version.py
azure/storage/fileshare/_generated/aio/__init__.py
azure/storage/fileshare/_generated/aio/_azure_file_storage_async.py
azure/storage/fileshare/_generated/aio/_configuration_async.py
azure/storage/fileshare/_generated/aio/operations_async/__init__.py
azure/storage/fileshare/_generated/aio/operations_async/_directory_operations_async.py
azure/storage/fileshare/_generated/aio/operations_async/_file_operations_async.py
azure/storage/fileshare/_generated/aio/operations_async/_service_operations_async.py
azure/storage/fileshare/_generated/aio/operations_async/_share_operations_async.py
azure/storage/fileshare/_generated/models/__init__.py
azure/storage/fileshare/_generated/models/_azure_file_storage_enums.py
azure/storage/fileshare/_generated/models/_models.py
azure/storage/fileshare/_generated/models/_models_py3.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/_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/encryption.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/_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/encryption_test_helper.py
tests/file_settings_fake.py
tests/filetestcase.py
tests/test_directory.py
tests/test_directory_async.py
tests/test_file.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_share.py
tests/test_share_async.py
tests/recordings/test_directory.test_create_directories.yaml
tests/recordings/test_directory.test_create_directories_fail_on_exist.yaml
tests/recordings/test_directory.test_create_directories_with_metadata.yaml
tests/recordings/test_directory.test_create_file_in_directory.yaml
tests/recordings/test_directory.test_create_subdirectories.yaml
tests/recordings/test_directory.test_create_subdirectories_with_metadata.yaml
tests/recordings/test_directory.test_delete_directory_with_existing_share.yaml
tests/recordings/test_directory.test_delete_directory_with_non_existing_directory.yaml
tests/recordings/test_directory.test_delete_file_in_directory.yaml
tests/recordings/test_directory.test_delete_subdirectories.yaml
tests/recordings/test_directory.test_directory_exists.yaml
tests/recordings/test_directory.test_directory_exists_with_snapshot.yaml
tests/recordings/test_directory.test_directory_not_exists.yaml
tests/recordings/test_directory.test_directory_not_exists_with_snapshot.yaml
tests/recordings/test_directory.test_directory_parent_not_exists.yaml
tests/recordings/test_directory.test_get_directory_metadata_with_snapshot.yaml
tests/recordings/test_directory.test_get_directory_properties.yaml
tests/recordings/test_directory.test_get_directory_properties_server_encryption.yaml
tests/recordings/test_directory.test_get_directory_properties_with_non_existing_directory.yaml
tests/recordings/test_directory.test_get_directory_properties_with_snapshot.yaml
tests/recordings/test_directory.test_get_set_directory_metadata.yaml
tests/recordings/test_directory.test_list_nested_subdirectories_and_files.yaml
tests/recordings/test_directory.test_list_subdirectories_and_files.yaml
tests/recordings/test_directory.test_list_subdirectories_and_files_with_prefix.yaml
tests/recordings/test_directory.test_list_subdirectories_and_files_with_snapshot.yaml
tests/recordings/test_directory.test_set_directory_properties_with_empty_smb_properties.yaml
tests/recordings/test_directory.test_set_directory_properties_with_file_permission_key.yaml
tests/recordings/test_directory_async.test_create_directories_async.yaml
tests/recordings/test_directory_async.test_create_directories_fail_on_exist_async.yaml
tests/recordings/test_directory_async.test_create_directories_with_metadata_async.yaml
tests/recordings/test_directory_async.test_create_subdirectories_async.yaml
tests/recordings/test_directory_async.test_create_subdirectories_with_metadata_async.yaml
tests/recordings/test_directory_async.test_delete_directory_with_existing_share_async.yaml
tests/recordings/test_directory_async.test_delete_directory_with_non_existing_directory_async.yaml
tests/recordings/test_directory_async.test_delete_file_in_directory_async.yaml
tests/recordings/test_directory_async.test_delete_subdirectories_async.yaml
tests/recordings/test_directory_async.test_directory_exists_async.yaml
tests/recordings/test_directory_async.test_directory_exists_with_snapshot_async.yaml
tests/recordings/test_directory_async.test_directory_not_exists_async.yaml
tests/recordings/test_directory_async.test_directory_not_exists_with_snapshot_async.yaml
tests/recordings/test_directory_async.test_directory_parent_not_exists_async.yaml
tests/recordings/test_directory_async.test_get_directory_metadata_with_snapshot_async.yaml
tests/recordings/test_directory_async.test_get_directory_properties_async.yaml
tests/recordings/test_directory_async.test_get_directory_properties_server_encryption_async.yaml
tests/recordings/test_directory_async.test_get_directory_properties_with_non_existing_directory_async.yaml
tests/recordings/test_directory_async.test_get_directory_properties_with_snapshot_async.yaml
tests/recordings/test_directory_async.test_get_set_directory_metadata_async.yaml
tests/recordings/test_directory_async.test_list_nested_subdirectories_and_files_async.yaml
tests/recordings/test_directory_async.test_list_subdirectories_and_files_async.yaml
tests/recordings/test_directory_async.test_list_subdirectories_and_files_with_prefix_async.yaml
tests/recordings/test_directory_async.test_list_subdirectories_and_files_with_snapshot_async.yaml
tests/recordings/test_directory_async.test_set_directory_properties_with_empty_smb_properties_async.yaml
tests/recordings/test_directory_async.test_set_directory_properties_with_file_permission_key_async.yaml
tests/recordings/test_file.test_abort_copy_file.yaml
tests/recordings/test_file.test_abort_copy_file_with_synchronous_copy_fails.yaml
tests/recordings/test_file.test_copy_file_async_private_file.yaml
tests/recordings/test_file.test_copy_file_async_private_file_with_sas.yaml
tests/recordings/test_file.test_copy_file_with_existing_file.yaml
tests/recordings/test_file.test_create_file.yaml
tests/recordings/test_file.test_create_file_from_text.yaml
tests/recordings/test_file.test_create_file_from_text_with_encoding.yaml
tests/recordings/test_file.test_create_file_will_set_all_smb_properties.yaml
tests/recordings/test_file.test_create_file_with_invalid_file_permission.yaml
tests/recordings/test_file.test_create_file_with_md5_small.yaml
tests/recordings/test_file.test_create_file_with_metadata.yaml
tests/recordings/test_file.test_delete_file_with_existing_file.yaml
tests/recordings/test_file.test_delete_file_with_non_existing_file.yaml
tests/recordings/test_file.test_file_exists.yaml
tests/recordings/test_file.test_file_exists_with_snapshot.yaml
tests/recordings/test_file.test_file_not_exists.yaml
tests/recordings/test_file.test_file_not_exists_with_snapshot.yaml
tests/recordings/test_file.test_file_unicode_data.yaml
tests/recordings/test_file.test_file_unicode_data_and_file_attributes.yaml
tests/recordings/test_file.test_get_file_metadata.yaml
tests/recordings/test_file.test_get_file_metadata_with_snapshot.yaml
tests/recordings/test_file.test_get_file_properties.yaml
tests/recordings/test_file.test_get_file_properties_with_non_existing_file.yaml
tests/recordings/test_file.test_get_file_properties_with_snapshot.yaml
tests/recordings/test_file.test_list_ranges_2.yaml
tests/recordings/test_file.test_list_ranges_2_from_snapshot.yaml
tests/recordings/test_file.test_list_ranges_none.yaml
tests/recordings/test_file.test_list_ranges_none_from_snapshot.yaml
tests/recordings/test_file.test_resize_file.yaml
tests/recordings/test_file.test_set_file_metadata_with_upper_case.yaml
tests/recordings/test_file.test_set_file_properties.yaml
tests/recordings/test_file.test_set_file_properties_with_file_permission.yaml
tests/recordings/test_file.test_unicode_get_file_binary_data.yaml
tests/recordings/test_file.test_unicode_get_file_unicode_name.yaml
tests/recordings/test_file.test_update_big_range_from_file_url.yaml
tests/recordings/test_file.test_update_file_unicode.yaml
tests/recordings/test_file.test_update_range.yaml
tests/recordings/test_file.test_update_range_from_file_url.yaml
tests/recordings/test_file.test_update_range_from_file_url_when_source_file_does_not_have_enough_bytes.yaml
tests/recordings/test_file.test_update_range_with_md5.yaml
tests/recordings/test_file_async.test_abort_copy_file_async.yaml
tests/recordings/test_file_async.test_abort_copy_file_with_synchronous_copy_fails_async.yaml
tests/recordings/test_file_async.test_copy_file_async_private_file_async.yaml
tests/recordings/test_file_async.test_copy_file_async_private_file_with_sas_async.yaml
tests/recordings/test_file_async.test_copy_file_with_existing_file_async.yaml
tests/recordings/test_file_async.test_create_file_async.yaml
tests/recordings/test_file_async.test_create_file_from_text_async.yaml
tests/recordings/test_file_async.test_create_file_from_text_with_encoding_async.yaml
tests/recordings/test_file_async.test_create_file_will_set_all_smb_properties_async.yaml
tests/recordings/test_file_async.test_create_file_with_invalid_file_permission_async.yaml
tests/recordings/test_file_async.test_create_file_with_md5_small_async.yaml
tests/recordings/test_file_async.test_create_file_with_metadata_async.yaml
tests/recordings/test_file_async.test_delete_file_with_existing_file_async.yaml
tests/recordings/test_file_async.test_delete_file_with_non_existing_file_async.yaml
tests/recordings/test_file_async.test_file_exists_async.yaml
tests/recordings/test_file_async.test_file_exists_with_snapshot_async.yaml
tests/recordings/test_file_async.test_file_not_exists_async.yaml
tests/recordings/test_file_async.test_file_not_exists_with_snapshot_async.yaml
tests/recordings/test_file_async.test_file_unicode_data_and_file_attributes_async.yaml
tests/recordings/test_file_async.test_file_unicode_data_async.yaml
tests/recordings/test_file_async.test_get_file_metadata_async.yaml
tests/recordings/test_file_async.test_get_file_metadata_with_snapshot_async.yaml
tests/recordings/test_file_async.test_get_file_properties_async.yaml
tests/recordings/test_file_async.test_get_file_properties_with_non_existing_file_async.yaml
tests/recordings/test_file_async.test_get_file_properties_with_snapshot_async.yaml
tests/recordings/test_file_async.test_list_ranges_2_async.yaml
tests/recordings/test_file_async.test_list_ranges_2_from_snapshot_async.yaml
tests/recordings/test_file_async.test_list_ranges_none_async.yaml
tests/recordings/test_file_async.test_list_ranges_none_from_snapshot_async.yaml
tests/recordings/test_file_async.test_resize_file_async.yaml
tests/recordings/test_file_async.test_set_file_metadata_with_upper_case_async.yaml
tests/recordings/test_file_async.test_set_file_properties_async.yaml
tests/recordings/test_file_async.test_set_file_properties_with_file_permission_async.yaml
tests/recordings/test_file_async.test_unicode_get_file_binary_data_async.yaml
tests/recordings/test_file_async.test_unicode_get_file_unicode_name_async.yaml
tests/recordings/test_file_async.test_update_big_range_from_file_url_async.yaml
tests/recordings/test_file_async.test_update_file_unicode_async.yaml
tests/recordings/test_file_async.test_update_range_async.yaml
tests/recordings/test_file_async.test_update_range_from_file_url_async.yaml
tests/recordings/test_file_async.test_update_range_from_file_url_when_source_file_does_not_have_enough_bytes_async.yaml
tests/recordings/test_file_async.test_update_range_with_md5_async.yaml
tests/recordings/test_file_client.test_user_agent_append.yaml
tests/recordings/test_file_client.test_user_agent_custom.yaml
tests/recordings/test_file_client.test_user_agent_default.yaml
tests/recordings/test_file_client_async.test_user_agent_append_async.yaml
tests/recordings/test_file_client_async.test_user_agent_custom_async.yaml
tests/recordings/test_file_client_async.test_user_agent_default_async.yaml
tests/recordings/test_file_service_properties.test_file_service_properties.yaml
tests/recordings/test_file_service_properties.test_set_cors.yaml
tests/recordings/test_file_service_properties.test_set_hour_metrics.yaml
tests/recordings/test_file_service_properties.test_set_minute_metrics.yaml
tests/recordings/test_file_service_properties.test_too_many_cors_rules.yaml
tests/recordings/test_file_service_properties_async.test_file_service_properties_async.yaml
tests/recordings/test_file_service_properties_async.test_set_cors_async.yaml
tests/recordings/test_file_service_properties_async.test_set_hour_metrics_async.yaml
tests/recordings/test_file_service_properties_async.test_set_minute_metrics_async.yaml
tests/recordings/test_file_service_properties_async.test_too_many_cors_rules_async.yaml
tests/recordings/test_get_file.test_get_file_exact_get_size.yaml
tests/recordings/test_get_file.test_get_file_no_content.yaml
tests/recordings/test_get_file.test_get_file_non_seekable.yaml
tests/recordings/test_get_file.test_get_file_non_seekable_from_snapshot.yaml
tests/recordings/test_get_file.test_get_file_properties_server_encryption.yaml
tests/recordings/test_get_file.test_get_file_server_encryption.yaml
tests/recordings/test_get_file.test_get_file_to_bytes_non_parallel.yaml
tests/recordings/test_get_file.test_get_file_to_bytes_small.yaml
tests/recordings/test_get_file.test_get_file_to_stream_non_parallel.yaml
tests/recordings/test_get_file.test_get_file_to_stream_non_parallel_from_snapshot.yaml
tests/recordings/test_get_file.test_get_file_to_stream_small.yaml
tests/recordings/test_get_file.test_get_file_to_stream_small_from_snapshot.yaml
tests/recordings/test_get_file.test_get_file_to_text_non_parallel.yaml
tests/recordings/test_get_file.test_get_file_to_text_small.yaml
tests/recordings/test_get_file.test_get_file_to_text_with_encoding.yaml
tests/recordings/test_get_file.test_get_file_to_text_with_encoding_and_progress.yaml
tests/recordings/test_get_file.test_ranged_get_file_to_bytes_with_zero_byte.yaml
tests/recordings/test_get_file.test_ranged_get_file_to_path_invalid_range_non_parallel.yaml
tests/recordings/test_get_file.test_ranged_get_file_to_path_non_parallel.yaml
tests/recordings/test_get_file.test_ranged_get_file_to_path_small.yaml
tests/recordings/test_get_file.test_unicode_get_file_binary_data.yaml
tests/recordings/test_get_file.test_unicode_get_file_unicode_data.yaml
tests/recordings/test_get_file_async.test_get_file_exact_get_size_async.yaml
tests/recordings/test_get_file_async.test_get_file_no_content_async.yaml
tests/recordings/test_get_file_async.test_get_file_non_seekable_async.yaml
tests/recordings/test_get_file_async.test_get_file_non_seekable_from_snapshot_async.yaml
tests/recordings/test_get_file_async.test_get_file_properties_server_encryption_async.yaml
tests/recordings/test_get_file_async.test_get_file_server_encryption_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_bytes_non_parallel_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_bytes_small_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_stream_non_parallel_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_stream_non_parallel_from_snapshot_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_stream_small_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_stream_small_from_snapshot_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_text_non_parallel_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_text_small_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_text_with_encoding_and_progress_async.yaml
tests/recordings/test_get_file_async.test_get_file_to_text_with_encoding_async.yaml
tests/recordings/test_get_file_async.test_ranged_get_file_to_bytes_with_zero_byte_async.yaml
tests/recordings/test_get_file_async.test_ranged_get_file_to_path_invalid_range_non_parallel_async.yaml
tests/recordings/test_get_file_async.test_ranged_get_file_to_path_non_parallel_async.yaml
tests/recordings/test_get_file_async.test_ranged_get_file_to_path_small_async.yaml
tests/recordings/test_get_file_async.test_unicode_get_file_binary_data_async.yaml
tests/recordings/test_get_file_async.test_unicode_get_file_unicode_data_async.yaml
tests/recordings/test_handle.test_close_all_handle.yaml
tests/recordings/test_handle.test_close_single_handle.yaml
tests/recordings/test_handle.test_list_handles_on_directory.yaml
tests/recordings/test_handle.test_list_handles_on_file.yaml
tests/recordings/test_handle.test_list_handles_on_share.yaml
tests/recordings/test_handle.test_list_handles_on_share_snapshot.yaml
tests/recordings/test_handle.test_list_handles_with_marker.yaml
tests/recordings/test_share.test_create_permission_for_share.yaml
tests/recordings/test_share.test_create_share.yaml
tests/recordings/test_share.test_create_share_fail_on_exist.yaml
tests/recordings/test_share.test_create_share_snapshot.yaml
tests/recordings/test_share.test_create_share_with_already_existing_share_fail_on_exist.yaml
tests/recordings/test_share.test_create_share_with_metadata.yaml
tests/recordings/test_share.test_create_share_with_quota.yaml
tests/recordings/test_share.test_create_snapshot_with_metadata.yaml
tests/recordings/test_share.test_delete_share_with_existing_share.yaml
tests/recordings/test_share.test_delete_share_with_existing_share_fail_not_exist.yaml
tests/recordings/test_share.test_delete_share_with_non_existing_share.yaml
tests/recordings/test_share.test_delete_share_with_non_existing_share_fail_not_exist.yaml
tests/recordings/test_share.test_delete_share_with_snapshots.yaml
tests/recordings/test_share.test_delete_snapshot.yaml
tests/recordings/test_share.test_get_share_metadata.yaml
tests/recordings/test_share.test_get_share_metadata_with_snapshot.yaml
tests/recordings/test_share.test_get_share_stats.yaml
tests/recordings/test_share.test_list_directories_and_files.yaml
tests/recordings/test_share.test_list_directories_and_files_with_num_results.yaml
tests/recordings/test_share.test_list_directories_and_files_with_num_results_and_marker.yaml
tests/recordings/test_share.test_list_directories_and_files_with_prefix.yaml
tests/recordings/test_share.test_list_directories_and_files_with_snapshot.yaml
tests/recordings/test_share.test_list_shares_no_options.yaml
tests/recordings/test_share.test_list_shares_with_include_metadata.yaml
tests/recordings/test_share.test_list_shares_with_num_results_and_marker.yaml
tests/recordings/test_share.test_list_shares_with_prefix.yaml
tests/recordings/test_share.test_list_shares_with_snapshot.yaml
tests/recordings/test_share.test_set_share_acl.yaml
tests/recordings/test_share.test_set_share_acl_too_many_ids.yaml
tests/recordings/test_share.test_set_share_acl_with_empty_signed_identifiers.yaml
tests/recordings/test_share.test_set_share_acl_with_signed_identifiers.yaml
tests/recordings/test_share.test_set_share_metadata.yaml
tests/recordings/test_share.test_set_share_properties.yaml
tests/recordings/test_share.test_share_exists.yaml
tests/recordings/test_share.test_share_not_exists.yaml
tests/recordings/test_share.test_share_snapshot_exists.yaml
tests/recordings/test_share.test_share_snapshot_not_exists.yaml
tests/recordings/test_share.test_unicode_create_share_unicode_name.yaml
tests/recordings/test_share_async.test_create_permission_for_share_async.yaml
tests/recordings/test_share_async.test_create_share_async.yaml
tests/recordings/test_share_async.test_create_share_fail_on_exist.yaml
tests/recordings/test_share_async.test_create_share_snapshot_async.yaml
tests/recordings/test_share_async.test_create_share_with_already_existing_share_fail_on_exist_async.yaml
tests/recordings/test_share_async.test_create_share_with_metadata_async.yaml
tests/recordings/test_share_async.test_create_share_with_quota_async.yaml
tests/recordings/test_share_async.test_create_snapshot_with_metadata_async.yaml
tests/recordings/test_share_async.test_delete_share_with_existing_share_async.yaml
tests/recordings/test_share_async.test_delete_share_with_existing_share_fail_not_exist_async.yaml
tests/recordings/test_share_async.test_delete_share_with_non_existing_share_async.yaml
tests/recordings/test_share_async.test_delete_share_with_non_existing_share_fail_not_exist_async.yaml
tests/recordings/test_share_async.test_delete_share_with_snapshots_async.yaml
tests/recordings/test_share_async.test_delete_snapshot_async.yaml
tests/recordings/test_share_async.test_get_share_metadata_async.yaml
tests/recordings/test_share_async.test_get_share_metadata_with_snapshot_async.yaml
tests/recordings/test_share_async.test_get_share_stats_async.yaml
tests/recordings/test_share_async.test_list_directories_and_files_async.yaml
tests/recordings/test_share_async.test_list_directories_and_files_with_num_results_and_marker_async.yaml
tests/recordings/test_share_async.test_list_directories_and_files_with_num_results_async.yaml
tests/recordings/test_share_async.test_list_directories_and_files_with_prefix_async.yaml
tests/recordings/test_share_async.test_list_directories_and_files_with_snapshot_async.yaml
tests/recordings/test_share_async.test_list_shares_no_options_async.yaml
tests/recordings/test_share_async.test_list_shares_with_include_metadata_async.yaml
tests/recordings/test_share_async.test_list_shares_with_num_results_and_marker_async.yaml
tests/recordings/test_share_async.test_list_shares_with_prefix_async.yaml
tests/recordings/test_share_async.test_list_shares_with_snapshot_async.yaml
tests/recordings/test_share_async.test_set_share_acl_async.yaml
tests/recordings/test_share_async.test_set_share_acl_too_many_ids_async.yaml
tests/recordings/test_share_async.test_set_share_acl_with_empty_signed_identifiers_async.yaml
tests/recordings/test_share_async.test_set_share_acl_with_signed_identifiers_async.yaml
tests/recordings/test_share_async.test_set_share_metadata_async.yaml
tests/recordings/test_share_async.test_set_share_properties_async.yaml
tests/recordings/test_share_async.test_share_exists_async.yaml
tests/recordings/test_share_async.test_share_not_exists_async.yaml
tests/recordings/test_share_async.test_share_snapshot_exists_async.yaml
tests/recordings/test_share_async.test_share_snapshot_not_exists_async.yaml
tests/recordings/test_share_async.test_unicode_create_share_unicode_name_async.yaml