We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3172d commit 37327c8Copy full SHA for 37327c8
src/azure-cli/azure/cli/command_modules/eventgrid/custom.py
@@ -715,7 +715,7 @@ def cli_domain_topic_event_subscription_delete(
715
domain_topic_name,
716
event_subscription_name):
717
718
- client.begin_delete(
+ return client.begin_delete(
719
resource_group_name=resource_group_name,
720
domain_name=domain_name,
721
topic_name=domain_topic_name,
0 commit comments