Skip to content

Commit 05dfef4

Browse files
Merge pull request #277364 from Supriya-R-Dixit/Supriya-R-Dixit-patch-1
Update event-schema-resources.md to changed content of the link to REST api docs
2 parents 1dd1436 + d12b763 commit 05dfef4

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)