Skip to content

Commit c5ff028

Browse files
authored
Merge pull request #126841 from janwillembuiten/patch-1
Fix wrong naming due to copy paste: Blob storage data object to Service Bus data object
2 parents 70b01ca + 21a04d1 commit c5ff028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/includes/event-grid-service-bus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ An event has the following top-level data:
222222
| `eventType` | string | One of the registered event types for this event source. |
223223
| `eventTime` | string | The time the event is generated based on the provider's UTC time. |
224224
| `id` | string | Unique identifier for the event. |
225-
| `data` | object | Blob storage event data. |
225+
| `data` | object | Service Bus event data. |
226226
| `dataVersion` | string | The schema version of the data object. The publisher defines the schema version. |
227227
| `metadataVersion` | string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
228228

@@ -237,7 +237,7 @@ An event has the following top-level data:
237237
| `type` | string | One of the registered event types for this event source. |
238238
| `time` | string | The time the event is generated based on the provider's UTC time. |
239239
| `id` | string | Unique identifier for the event. |
240-
| `data` | object | Blob storage event data. |
240+
| `data` | object | Service Bus event data. |
241241
| `specversion` | string | CloudEvents schema specification version. |
242242

243243
---

0 commit comments

Comments
 (0)