HISTORY.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/storage/__init__.py
azure/storage/queue/__init__.py
azure/storage/queue/_deserialize.py
azure/storage/queue/_message_encoding.py
azure/storage/queue/_models.py
azure/storage/queue/_queue_client.py
azure/storage/queue/_queue_service_client.py
azure/storage/queue/_shared_access_signature.py
azure/storage/queue/_version.py
azure/storage/queue/_generated/__init__.py
azure/storage/queue/_generated/_azure_queue_storage.py
azure/storage/queue/_generated/_configuration.py
azure/storage/queue/_generated/version.py
azure/storage/queue/_generated/aio/__init__.py
azure/storage/queue/_generated/aio/_azure_queue_storage_async.py
azure/storage/queue/_generated/aio/_configuration_async.py
azure/storage/queue/_generated/aio/operations_async/__init__.py
azure/storage/queue/_generated/aio/operations_async/_message_id_operations_async.py
azure/storage/queue/_generated/aio/operations_async/_messages_operations_async.py
azure/storage/queue/_generated/aio/operations_async/_queue_operations_async.py
azure/storage/queue/_generated/aio/operations_async/_service_operations_async.py
azure/storage/queue/_generated/models/__init__.py
azure/storage/queue/_generated/models/_azure_queue_storage_enums.py
azure/storage/queue/_generated/models/_models.py
azure/storage/queue/_generated/models/_models_py3.py
azure/storage/queue/_generated/operations/__init__.py
azure/storage/queue/_generated/operations/_message_id_operations.py
azure/storage/queue/_generated/operations/_messages_operations.py
azure/storage/queue/_generated/operations/_queue_operations.py
azure/storage/queue/_generated/operations/_service_operations.py
azure/storage/queue/_shared/__init__.py
azure/storage/queue/_shared/authentication.py
azure/storage/queue/_shared/base_client.py
azure/storage/queue/_shared/base_client_async.py
azure/storage/queue/_shared/constants.py
azure/storage/queue/_shared/encryption.py
azure/storage/queue/_shared/models.py
azure/storage/queue/_shared/parser.py
azure/storage/queue/_shared/policies.py
azure/storage/queue/_shared/policies_async.py
azure/storage/queue/_shared/request_handlers.py
azure/storage/queue/_shared/response_handlers.py
azure/storage/queue/_shared/shared_access_signature.py
azure/storage/queue/_shared/uploads.py
azure/storage/queue/_shared/uploads_async.py
azure/storage/queue/aio/__init__.py
azure/storage/queue/aio/_models.py
azure/storage/queue/aio/_queue_client_async.py
azure/storage/queue/aio/_queue_service_client_async.py
azure_storage_queue.egg-info/PKG-INFO
azure_storage_queue.egg-info/SOURCES.txt
azure_storage_queue.egg-info/dependency_links.txt
azure_storage_queue.egg-info/not-zip-safe
azure_storage_queue.egg-info/requires.txt
azure_storage_queue.egg-info/top_level.txt
samples/README.md
samples/network_activity_logging.py
samples/queue_samples_authentication.py
samples/queue_samples_authentication_async.py
samples/queue_samples_hello_world.py
samples/queue_samples_hello_world_async.py
samples/queue_samples_message.py
samples/queue_samples_message_async.py
samples/queue_samples_service.py
samples/queue_samples_service_async.py
tests/conftest.py
tests/encryption_test_helper.py
tests/test_queue.py
tests/test_queue_async.py
tests/test_queue_client.py
tests/test_queue_client_async.py
tests/test_queue_encodings.py
tests/test_queue_encodings_async.py
tests/test_queue_encryption.py
tests/test_queue_encryption_async.py
tests/test_queue_service_properties.py
tests/test_queue_service_properties_async.py
tests/test_queue_service_stats.py
tests/test_queue_service_stats_async.py
tests/_shared/__init__.py
tests/_shared/asynctestcase.py
tests/_shared/testcase.py
tests/recordings/test_queue.test_clear_messages.yaml
tests/recordings/test_queue.test_create_queue.yaml
tests/recordings/test_queue.test_create_queue_fail_on_exist.yaml
tests/recordings/test_queue.test_create_queue_fail_on_exist_different_metadata.yaml
tests/recordings/test_queue.test_create_queue_with_options.yaml
tests/recordings/test_queue.test_delete_existing_queue_fail_not_exist.yaml
tests/recordings/test_queue.test_delete_message.yaml
tests/recordings/test_queue.test_delete_non_existing_queue.yaml
tests/recordings/test_queue.test_get_messages.yaml
tests/recordings/test_queue.test_get_messages_with_options.yaml
tests/recordings/test_queue.test_get_queue_acl.yaml
tests/recordings/test_queue.test_get_queue_acl_iter.yaml
tests/recordings/test_queue.test_get_queue_acl_with_non_existing_queue.yaml
tests/recordings/test_queue.test_get_queue_metadata_message_count.yaml
tests/recordings/test_queue.test_list_queues.yaml
tests/recordings/test_queue.test_list_queues_with_metadata.yaml
tests/recordings/test_queue.test_list_queues_with_options.yaml
tests/recordings/test_queue.test_peek_messages.yaml
tests/recordings/test_queue.test_peek_messages_with_options.yaml
tests/recordings/test_queue.test_put_message.yaml
tests/recordings/test_queue.test_put_message_infinite_time_to_live.yaml
tests/recordings/test_queue.test_put_message_large_time_to_live.yaml
tests/recordings/test_queue.test_queue_exists.yaml
tests/recordings/test_queue.test_queue_not_exists.yaml
tests/recordings/test_queue.test_set_queue_acl.yaml
tests/recordings/test_queue.test_set_queue_acl_too_many_ids.yaml
tests/recordings/test_queue.test_set_queue_acl_with_empty_signed_identifier.yaml
tests/recordings/test_queue.test_set_queue_acl_with_empty_signed_identifiers.yaml
tests/recordings/test_queue.test_set_queue_acl_with_non_existing_queue.yaml
tests/recordings/test_queue.test_set_queue_acl_with_signed_identifiers.yaml
tests/recordings/test_queue.test_set_queue_metadata.yaml
tests/recordings/test_queue.test_unicode_create_queue_unicode_name.yaml
tests/recordings/test_queue.test_update_message.yaml
tests/recordings/test_queue.test_update_message_content.yaml
tests/recordings/test_queue_async.test_clear_messages.yaml
tests/recordings/test_queue_async.test_create_queue.yaml
tests/recordings/test_queue_async.test_create_queue_fail_on_exist.yaml
tests/recordings/test_queue_async.test_create_queue_fail_on_exist_different_metadata.yaml
tests/recordings/test_queue_async.test_create_queue_with_options.yaml
tests/recordings/test_queue_async.test_delete_existing_queue_fail_not_exist.yaml
tests/recordings/test_queue_async.test_delete_message.yaml
tests/recordings/test_queue_async.test_delete_non_existing_queue.yaml
tests/recordings/test_queue_async.test_get_messages.yaml
tests/recordings/test_queue_async.test_get_messages_with_options.yaml
tests/recordings/test_queue_async.test_get_queue_acl.yaml
tests/recordings/test_queue_async.test_get_queue_acl_iter.yaml
tests/recordings/test_queue_async.test_get_queue_acl_with_non_existing_queue.yaml
tests/recordings/test_queue_async.test_get_queue_metadata_message_count.yaml
tests/recordings/test_queue_async.test_list_queues.yaml
tests/recordings/test_queue_async.test_list_queues_with_metadata.yaml
tests/recordings/test_queue_async.test_list_queues_with_options.yaml
tests/recordings/test_queue_async.test_peek_messages.yaml
tests/recordings/test_queue_async.test_peek_messages_with_options.yaml
tests/recordings/test_queue_async.test_put_message.yaml
tests/recordings/test_queue_async.test_put_message_infinite_time_to_live.yaml
tests/recordings/test_queue_async.test_put_message_large_time_to_live.yaml
tests/recordings/test_queue_async.test_queue_exists.yaml
tests/recordings/test_queue_async.test_queue_not_exists.yaml
tests/recordings/test_queue_async.test_set_queue_acl.yaml
tests/recordings/test_queue_async.test_set_queue_acl_too_many_ids.yaml
tests/recordings/test_queue_async.test_set_queue_acl_with_empty_signed_identifier.yaml
tests/recordings/test_queue_async.test_set_queue_acl_with_empty_signed_identifiers.yaml
tests/recordings/test_queue_async.test_set_queue_acl_with_non_existing_queue.yaml
tests/recordings/test_queue_async.test_set_queue_acl_with_signed_identifiers.yaml
tests/recordings/test_queue_async.test_set_queue_metadata.yaml
tests/recordings/test_queue_async.test_unicode_create_queue_unicode_name.yaml
tests/recordings/test_queue_async.test_unicode_get_messages_unicode_data.yaml
tests/recordings/test_queue_async.test_unicode_update_message_unicode_data.yaml
tests/recordings/test_queue_async.test_update_message.yaml
tests/recordings/test_queue_async.test_update_message_content.yaml
tests/recordings/test_queue_client.test_request_callback_signed_header.yaml
tests/recordings/test_queue_client.test_response_callback.yaml
tests/recordings/test_queue_client.test_user_agent_append.yaml
tests/recordings/test_queue_client.test_user_agent_custom.yaml
tests/recordings/test_queue_client.test_user_agent_default.yaml
tests/recordings/test_queue_client_async.test_request_callback_signed_header.yaml
tests/recordings/test_queue_client_async.test_response_callback.yaml
tests/recordings/test_queue_client_async.test_user_agent_append.yaml
tests/recordings/test_queue_client_async.test_user_agent_custom.yaml
tests/recordings/test_queue_client_async.test_user_agent_default.yaml
tests/recordings/test_queue_encodings.test_message_base64_decode_fails.yaml
tests/recordings/test_queue_encodings.test_message_bytes_base64.yaml
tests/recordings/test_queue_encodings.test_message_bytes_fails.yaml
tests/recordings/test_queue_encodings.test_message_text_base64.yaml
tests/recordings/test_queue_encodings.test_message_text_xml.yaml
tests/recordings/test_queue_encodings.test_message_text_xml_invalid_chars.yaml
tests/recordings/test_queue_encodings.test_message_text_xml_whitespace.yaml
tests/recordings/test_queue_encodings_async.test_message_base64_decode_fails.yaml
tests/recordings/test_queue_encodings_async.test_message_bytes_base64.yaml
tests/recordings/test_queue_encodings_async.test_message_text_base64.yaml
tests/recordings/test_queue_encodings_async.test_message_text_xml.yaml
tests/recordings/test_queue_encodings_async.test_message_text_xml_invalid_chars.yaml
tests/recordings/test_queue_encodings_async.test_message_text_xml_whitespace.yaml
tests/recordings/test_queue_encryption.test_encryption_add_encrypted_64k_message.yaml
tests/recordings/test_queue_encryption.test_encryption_nonmatching_kid.yaml
tests/recordings/test_queue_encryption.test_get_messages_encrypted_kek.yaml
tests/recordings/test_queue_encryption.test_get_messages_encrypted_resolver.yaml
tests/recordings/test_queue_encryption.test_get_with_strict_mode.yaml
tests/recordings/test_queue_encryption.test_invalid_value_kek_unwrap.yaml
tests/recordings/test_queue_encryption.test_invalid_value_kek_wrap.yaml
tests/recordings/test_queue_encryption.test_missing_attribute_kek_unrwap.yaml
tests/recordings/test_queue_encryption.test_missing_attribute_kek_wrap.yaml
tests/recordings/test_queue_encryption.test_peek_messages_encrypted_kek.yaml
tests/recordings/test_queue_encryption.test_peek_messages_encrypted_resolver.yaml
tests/recordings/test_queue_encryption.test_put_with_strict_mode.yaml
tests/recordings/test_queue_encryption.test_update_encrypted_binary_message.yaml
tests/recordings/test_queue_encryption.test_validate_encryption.yaml
tests/recordings/test_queue_encryption_async.test_encryption_add_encrypted_64k_message.yaml
tests/recordings/test_queue_encryption_async.test_encryption_nonmatching_kid.yaml
tests/recordings/test_queue_encryption_async.test_get_messages_encrypted_kek.yaml
tests/recordings/test_queue_encryption_async.test_get_messages_encrypted_resolver.yaml
tests/recordings/test_queue_encryption_async.test_get_with_strict_mode.yaml
tests/recordings/test_queue_encryption_async.test_invalid_value_kek_unwrap.yaml
tests/recordings/test_queue_encryption_async.test_invalid_value_kek_wrap.yaml
tests/recordings/test_queue_encryption_async.test_missing_attribute_kek_unrwap.yaml
tests/recordings/test_queue_encryption_async.test_missing_attribute_kek_wrap.yaml
tests/recordings/test_queue_encryption_async.test_peek_messages_encrypted_kek.yaml
tests/recordings/test_queue_encryption_async.test_peek_messages_encrypted_resolver.yaml
tests/recordings/test_queue_encryption_async.test_put_with_strict_mode.yaml
tests/recordings/test_queue_encryption_async.test_update_encrypted_binary_message.yaml
tests/recordings/test_queue_encryption_async.test_validate_encryption.yaml
tests/recordings/test_queue_service_properties.test_queue_service_properties.yaml
tests/recordings/test_queue_service_properties.test_retention_too_long.yaml
tests/recordings/test_queue_service_properties.test_set_cors.yaml
tests/recordings/test_queue_service_properties.test_set_hour_metrics.yaml
tests/recordings/test_queue_service_properties.test_set_logging.yaml
tests/recordings/test_queue_service_properties.test_set_minute_metrics.yaml
tests/recordings/test_queue_service_properties.test_too_many_cors_rules.yaml
tests/recordings/test_queue_service_properties_async.test_queue_service_properties.yaml
tests/recordings/test_queue_service_properties_async.test_retention_too_long.yaml
tests/recordings/test_queue_service_properties_async.test_set_cors.yaml
tests/recordings/test_queue_service_properties_async.test_set_hour_metrics.yaml
tests/recordings/test_queue_service_properties_async.test_set_logging.yaml
tests/recordings/test_queue_service_properties_async.test_set_minute_metrics.yaml
tests/recordings/test_queue_service_properties_async.test_too_many_cors_rules.yaml
tests/recordings/test_queue_service_stats.test_queue_service_stats_f.yaml
tests/recordings/test_queue_service_stats.test_queue_service_stats_when_unavailable.yaml
tests/recordings/test_queue_service_stats_async.test_queue_service_stats_f.yaml
tests/recordings/test_queue_service_stats_async.test_queue_service_stats_when_unavailable.yaml