CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide.md
pyproject.toml
setup.py
azure/__init__.py
azure/eventgrid/__init__.py
azure/eventgrid/_client.py
azure/eventgrid/_configuration.py
azure/eventgrid/_model_base.py
azure/eventgrid/_patch.py
azure/eventgrid/_serialization.py
azure/eventgrid/_validation.py
azure/eventgrid/_vendor.py
azure/eventgrid/_version.py
azure/eventgrid/py.typed
azure/eventgrid/_legacy/__init__.py
azure/eventgrid/_legacy/_constants.py
azure/eventgrid/_legacy/_event_mappings.py
azure/eventgrid/_legacy/_helpers.py
azure/eventgrid/_legacy/_messaging_shared.py
azure/eventgrid/_legacy/_models.py
azure/eventgrid/_legacy/_policies.py
azure/eventgrid/_legacy/_publisher_client.py
azure/eventgrid/_legacy/_signature_credential_policy.py
azure/eventgrid/_legacy/_version.py
azure/eventgrid/_legacy/_generated/__init__.py
azure/eventgrid/_legacy/_generated/_client.py
azure/eventgrid/_legacy/_generated/_configuration.py
azure/eventgrid/_legacy/_generated/_patch.py
azure/eventgrid/_legacy/_generated/_serialization.py
azure/eventgrid/_legacy/_generated/_vendor.py
azure/eventgrid/_legacy/_generated/_operations/__init__.py
azure/eventgrid/_legacy/_generated/_operations/_operations.py
azure/eventgrid/_legacy/_generated/_operations/_patch.py
azure/eventgrid/_legacy/_generated/aio/__init__.py
azure/eventgrid/_legacy/_generated/aio/_client.py
azure/eventgrid/_legacy/_generated/aio/_configuration.py
azure/eventgrid/_legacy/_generated/aio/_patch.py
azure/eventgrid/_legacy/_generated/aio/_vendor.py
azure/eventgrid/_legacy/_generated/aio/_operations/__init__.py
azure/eventgrid/_legacy/_generated/aio/_operations/_operations.py
azure/eventgrid/_legacy/_generated/aio/_operations/_patch.py
azure/eventgrid/_legacy/_generated/models/__init__.py
azure/eventgrid/_legacy/_generated/models/_models.py
azure/eventgrid/_legacy/_generated/models/_patch.py
azure/eventgrid/_legacy/aio/__init__.py
azure/eventgrid/_legacy/aio/_publisher_client_async.py
azure/eventgrid/_operations/__init__.py
azure/eventgrid/_operations/_operations.py
azure/eventgrid/_operations/_patch.py
azure/eventgrid/aio/__init__.py
azure/eventgrid/aio/_client.py
azure/eventgrid/aio/_configuration.py
azure/eventgrid/aio/_patch.py
azure/eventgrid/aio/_vendor.py
azure/eventgrid/aio/_operations/__init__.py
azure/eventgrid/aio/_operations/_operations.py
azure/eventgrid/aio/_operations/_patch.py
azure/eventgrid/models/__init__.py
azure/eventgrid/models/_enums.py
azure/eventgrid/models/_models.py
azure/eventgrid/models/_patch.py
azure_eventgrid.egg-info/PKG-INFO
azure_eventgrid.egg-info/SOURCES.txt
azure_eventgrid.egg-info/dependency_links.txt
azure_eventgrid.egg-info/not-zip-safe
azure_eventgrid.egg-info/requires.txt
azure_eventgrid.egg-info/top_level.txt
samples/README.md
samples/basic/async_samples/sample_authentication_async.py
samples/basic/async_samples/sample_publish_cloud_event_using_dict_async.py
samples/basic/async_samples/sample_publish_cncf_cloud_events_async.py
samples/basic/async_samples/sample_publish_custom_schema_to_a_topic_async.py
samples/basic/async_samples/sample_publish_eg_event_using_dict_async.py
samples/basic/async_samples/sample_publish_eg_events_to_a_domain_async.py
samples/basic/async_samples/sample_publish_eg_events_to_a_topic_async.py
samples/basic/async_samples/sample_publish_events_to_a_topic_using_sas_credential_async.py
samples/basic/async_samples/sample_publish_events_using_cloud_events_1.0_schema_async.py
samples/basic/async_samples/sample_publish_to_channel_async.py
samples/basic/consume_samples/consume_cloud_events_from_eventhub.py
samples/basic/consume_samples/consume_cloud_events_from_storage_queue.py
samples/basic/consume_samples/consume_eventgrid_events_from_service_bus_queue.py
samples/basic/consume_samples/functionsapp/EventGridTrigger1/__init__.py
samples/basic/publish_samples/publish_cloud_events_to_custom_topic_sample.py
samples/basic/publish_samples/publish_cloud_events_to_domain_topic_sample.py
samples/basic/publish_samples/publish_custom_schema_events_to_topic_sample.py
samples/basic/publish_samples/publish_event_grid_events_to_custom_topic_sample.py
samples/basic/publish_samples/publish_with_shared_access_signature_sample.py
samples/basic/sync_samples/sample_authentication.py
samples/basic/sync_samples/sample_consume_custom_payload.py
samples/basic/sync_samples/sample_generate_sas.py
samples/basic/sync_samples/sample_publish_cloud_event_using_dict.py
samples/basic/sync_samples/sample_publish_cncf_cloud_events.py
samples/basic/sync_samples/sample_publish_custom_schema_to_a_topic.py
samples/basic/sync_samples/sample_publish_eg_event_using_dict.py
samples/basic/sync_samples/sample_publish_eg_events_to_a_domain.py
samples/basic/sync_samples/sample_publish_eg_events_to_a_topic.py
samples/basic/sync_samples/sample_publish_events_to_a_topic_using_sas_credential.py
samples/basic/sync_samples/sample_publish_events_using_cloud_events_1.0_schema.py
samples/basic/sync_samples/sample_publish_to_channel.py
samples/namespace/async_samples/sample_consume_process_events_async.py
samples/namespace/async_samples/sample_namespace_authentication_async.py
samples/namespace/async_samples/sample_publish_cloud_event_async.py
samples/namespace/async_samples/sample_publish_cncf_events_async.py
samples/namespace/sync_samples/sample_consume_process_events.py
samples/namespace/sync_samples/sample_namespace_authentication.py
samples/namespace/sync_samples/sample_publish_cloud_event.py
samples/namespace/sync_samples/sample_publish_cncf_events.py
tests/_mocks.py
tests/conftest.py
tests/eventgrid_preparer.py
tests/test_cloud_event_tracing.py
tests/test_cncf_events.py
tests/test_cncf_events_async.py
tests/test_dual_client_async.py
tests/test_eg_consumer_client.py
tests/test_eg_consumer_client_async.py
tests/test_eg_dual_client.py
tests/test_eg_event_get_bytes.py
tests/test_eg_publisher_client.py
tests/test_eg_publisher_client_async.py
tests/test_exceptions.py
tests/test_exceptions_async.py
tests/test_serialization.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/send.py