[BUG] Can't send complex object as data in EventGridEvent #15137
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Grid
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
Trying the new Event Grid SDK, sending data as a string in the event, serialized successfully, But trying to send a complex object as the data in the event, I get empty data in the consumer
Expected behavior
Be able to send complex objects as data in EventGridEvent
Actual behavior (include Exception or Stack Trace)
complex object data is not serialized correctly & we get empty data in the consumer (event grid trigger azure function)
To Reproduce
Environment:
The text was updated successfully, but these errors were encountered: