Skip to content

Commit d12b763

Browse files
Update event-schema-resources.md
modified the hyperlink to only "REST api documentation" wording
1 parent c984d64 commit d12b763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-schema-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The `resourceInfo` object for the `CreatedOrUpdated` event has the following ext
212212
| `tags` | String | Tags for the resource. |
213213
| `properties` | Object | Payload of the resource. |
214214

215-
Only the `CreatedOrUpdated` event includes the `properties` object. The schema of this `properties` object is unique to each publisher. To discover the schema, see the [REST API documentation for the specific Azure resource](/rest/api/azure/). You can find an example in the **Examples events** section of this article.
215+
Only the `CreatedOrUpdated` event includes the `properties` object. The schema of this `properties` object is unique to each publisher. To discover the schema, see the [REST API documentation](/rest/api/azure/) for the specific Azure resource. You can find an example in the **Examples events** section of this article.
216216

217217
```json
218218
"properties": {

0 commit comments

Comments
 (0)