-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsEvent GridMessagingMessaging crewMessaging crewbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.test-manual-pass
Milestone
Description
Section link:

Suggestion:
Add import package
import uuid
import datetime as dt
from msrest.serialization import UTC
Section link:

Reason:
azure.core.exceptions.HttpResponseError: (BadRequest) Invalid key in aeg-sas-token. Valid format :r=UrlEncodedResource&e=UrlEncodedUtcExpiration&s=UrlEncodedSignature. Input sas string: lrPUpeSQUJEMj3paatULJ1ejvtgMvU4PIy3o+sypQ0w=.
Suggestion:
EVENTGRID_SAS is not an access key, but a shared access signature.
But we unable to find SAS (shared access signature) in event grid topic from the 'Azure Portal'. Only find the access key.
Maybe we should consider this method: sas = generate_sas(endpoint, topic_key, expiration_date_utc) to generate sas.
@jongio for notification.
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsEvent GridMessagingMessaging crewMessaging crewbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.test-manual-pass