diff --git a/scripts/devops_tasks/test_run_samples.py b/scripts/devops_tasks/test_run_samples.py index b3505862705e..72bab696b8f9 100644 --- a/scripts/devops_tasks/test_run_samples.py +++ b/scripts/devops_tasks/test_run_samples.py @@ -58,6 +58,25 @@ "azure-eventhub-checkpointstoreblob-aio": [ "receive_events_using_checkpoint_store_async.py", "receive_events_using_checkpoint_store_storage_api_version_async.py" + ], + "azure-servicebus": [ + "failure_and_recovery.py", + "mgmt_queue.py", + "mgmt_rule.py", + "mgmt_subscription.py", + "mgmt_topic.py", + "proxy.py", + "receive_deferred_message_queue.py", + "receive_iterator_queue.py", + "session_pool_receive.py", + "mgmt_queue_async.py", + "mgmt_rule_async.py", + "mgmt_subscription_async.py", + "mgmt_topic_async.py", + "proxy_async.py", + "receive_deferred_message_queue_async.py", + "receive_iterator_queue_async.py", + "session_pool_receive_async.py" ] }