Skip to content

Commit 37327c8

Browse files
authored
{LTS} Backport #30759 (#30912)
1 parent ec3172d commit 37327c8

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/eventgrid

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/eventgrid/custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def cli_domain_topic_event_subscription_delete(
715715
domain_topic_name,
716716
event_subscription_name):
717717

718-
client.begin_delete(
718+
return client.begin_delete(
719719
resource_group_name=resource_group_name,
720720
domain_name=domain_name,
721721
topic_name=domain_topic_name,

0 commit comments

Comments
 (0)