Skip to content

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Sep 2, 2022
2 parents d490d40 + d4e8cbe commit 023a11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/azure-cli/azure/cli/command_modules/eventgrid/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2130,6 +2130,7 @@ def update_event_subscription(
storage_queue_msg_ttl=None,
enable_advanced_filtering_on_arrays=None,
delivery_attribute_mapping=None):

return _update_event_subscription_internal(
instance=instance,
endpoint=endpoint,
Expand Down Expand Up @@ -2177,7 +2178,7 @@ def _update_event_subscription_internal( # pylint: disable=too-many-locals,too-

_validate_deadletter_identity_args(
deadletter_identity,
deadletter_endpoint)
deadletter_identity_endpoint)

if (endpoint_type is not None and
endpoint_type.lower() != WEBHOOK_DESTINATION.lower() and
Expand Down

0 comments on commit 023a11c

Please sign in to comment.