CHANGELOG.md
LICENSE
MANIFEST.in
README.md
TROUBLESHOOTING.md
migration_guide.md
migration_guide_app_insights.md
setup.py
v2_migration_guide.md
azure/__init__.py
azure/monitor/__init__.py
azure/monitor/query/__init__.py
azure/monitor/query/_client.py
azure/monitor/query/_configuration.py
azure/monitor/query/_enums.py
azure/monitor/query/_exceptions.py
azure/monitor/query/_helpers.py
azure/monitor/query/_models.py
azure/monitor/query/_patch.py
azure/monitor/query/_sdk_moniker.py
azure/monitor/query/_version.py
azure/monitor/query/py.typed
azure/monitor/query/_operations/__init__.py
azure/monitor/query/_operations/_operations.py
azure/monitor/query/_operations/_patch.py
azure/monitor/query/_utils/__init__.py
azure/monitor/query/_utils/model_base.py
azure/monitor/query/_utils/serialization.py
azure/monitor/query/_utils/utils.py
azure/monitor/query/aio/__init__.py
azure/monitor/query/aio/_client.py
azure/monitor/query/aio/_configuration.py
azure/monitor/query/aio/_patch.py
azure/monitor/query/aio/_operations/__init__.py
azure/monitor/query/aio/_operations/_operations.py
azure/monitor/query/aio/_operations/_patch.py
azure/monitor/query/models/__init__.py
azure/monitor/query/models/_enums.py
azure/monitor/query/models/_models.py
azure/monitor/query/models/_patch.py
azure_monitor_query.egg-info/PKG-INFO
azure_monitor_query.egg-info/SOURCES.txt
azure_monitor_query.egg-info/dependency_links.txt
azure_monitor_query.egg-info/not-zip-safe
azure_monitor_query.egg-info/requires.txt
azure_monitor_query.egg-info/top_level.txt
samples/README.md
samples/sample_authentication.py
samples/sample_batch_query.py
samples/sample_log_query_multiple_workspaces.py
samples/sample_logs_query_key_value_form.py
samples/sample_logs_query_visualization.py
samples/sample_logs_single_query.py
samples/sample_logs_single_query_partial_result.py
samples/sample_resource_logs_query.py
samples/sample_server_timeout.py
samples/sample_single_log_query_without_pandas.py
samples/async_samples/sample_authentication_async.py
samples/async_samples/sample_batch_query_async.py
samples/async_samples/sample_log_query_async.py
samples/async_samples/sample_logs_query_visualization_async.py
samples/async_samples/sample_resource_logs_query_async.py
tests/base_testcase.py
tests/conftest.py
tests/test_exceptions.py
tests/test_exceptions_async.py
tests/test_logs_client.py
tests/test_logs_client_async.py
tests/test_logs_response.py
tests/test_logs_timespans.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/batch_query.py
tests/perfstress_tests/single_query.py