Skip to content

Commit

Permalink
Fix CI for EG data-plane (Azure#14171)
Browse files Browse the repository at this point in the history
* Fix CI for EG data-plane

* Update readme.md
  • Loading branch information
lmazuel authored May 3, 2021
1 parent c16a571 commit 99c0bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification/eventgrid/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In order to automate the mapping of event definition with event type, please fol
- The description of the new event should include the event type. This is the `eventType` name in an `EventGridEvent` or `type` name in `CloudEvent`. For e.g. `"Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.` Here `Microsoft.Communication.ChatMessageReceived` is the event name.

A sample valid event definition is shown below:
~~~ markdown
```json
"AcsChatMessageReceivedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageReceived event.",
Expand All @@ -35,6 +36,7 @@ A sample valid event definition is shown below:
}
}
```
~~~

---
## Getting Started
Expand Down

0 comments on commit 99c0bd4

Please sign in to comment.