Skip to content

Commit

Permalink
{EventGrid}: Update warning message (Azure#18388)
Browse files Browse the repository at this point in the history
* Fix warning message

* Fix style warnings
  • Loading branch information
VidyaKukke authored and viparek committed Jun 10, 2021
1 parent a7c1ae7 commit 8f891bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/azure-cli/azure/cli/command_modules/eventgrid/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1624,11 +1624,9 @@ def _warn_if_manual_handshake_needed(endpoint_type, endpoint):
"eventgridextension" not in endpoint.lower() and \
"logic.azure" not in endpoint.lower():

logger.warning('If the provided endpoint does not support subscription validation '
'handshake, navigate to the validation URL that you receive in the '
'subscription validation event, in order to complete the event '
'subscription creation or update. For more details, '
'please visit http://aka.ms/esvalidation')
logger.warning('If you are creating an event subscription from a topic that has “Azure” as the value for its '
'“kind” property, you must validate your webhook endpoint by following the steps described in '
'https://aka.ms/eg-webhook-endpoint-validation.')


def _get_sku(sku_name):
Expand Down

0 comments on commit 8f891bb

Please sign in to comment.