Skip to content

Commit 37d8e8a

Browse files
committed
Updates
1 parent 3715d01 commit 37d8e8a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/event-grid/event-schema-azure-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The data object has the following properties:
213213

214214
| Property | Type | Description |
215215
| -------- | ---- | ----------- |
216-
| `timestamp` | string | The time at which the event occurred. |
216+
| `timestamp` | string | The time when the event occurred. |
217217
| `name` | string | The name of the event. |
218218
| `status` | string | The status of the event. Failed or succeeded. |
219219

articles/event-grid/event-schema-azure-maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ The InnerError is an object containing service-specific information about the er
220220
| -------- | ---- | ----------- |
221221
| `code` | string | The error message. |
222222

223-
The geometries object, lists geometry IDs of the geofences that have expired relative to the user time in the request. The geometries object has geometry items with the following properties:
223+
The geometries object lists geometry IDs of the geofences that have expired relative to the user time in the request. The geometries object has geometry items with the following properties:
224224

225225
| Property | Type | Description |
226226
|:-------- |:---- |:----------- |
227227
| `deviceid` | string | ID of device. |
228-
| `distance` | string | <p>Distance from the coordinate to the closest border of the geofence. Positive means the coordinate is outside of the geofence. If the coordinate is outside of the geofence, but more than the value of searchBuffer away from the closest geofence border, then the value is 999. Negative means the coordinate is inside of the geofence. If the coordinate is inside the polygon, but more than the value of searchBuffer away from the closest geofencing border, then the value is -999. A value of 999 means that there is great confidence the coordinate is well outside the geofence. A value of -999 means that there is great confidence the coordinate is well within the geofence.<p> |
228+
| `distance` | string | <p>Distance from the coordinate to the closest border of the geofence. Positive means the coordinate is outside of the geofence. If the coordinate is outside of the geofence, but more than the value of searchBuffer away from the closest geofence border, then the value is 999. Negative means the coordinate is inside of the geofence. If the coordinate is inside the polygon, but more than the value of searchBuffer away from the closest geofencing border, then the value is -999. A value of 999 means that there's great confidence the coordinate is well outside the geofence. A value of -999 means that there's great confidence the coordinate is well within the geofence.<p> |
229229
| `geometryid` |string | The unique ID identifies the geofence geometry. |
230230
| `nearestlat` | number | Latitude of the nearest point of the geometry. |
231231
| `nearestlon` | number | Longitude of the nearest point of the geometry. |

articles/event-grid/event-schema-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The data object has the following properties:
318318
| Property | Type | Description |
319319
| -------- | ---- | ----------- |
320320
| `id` | string | The event ID. |
321-
| `timestamp` | string | The time at which the event occurred. |
321+
| `timestamp` | string | The time when the event occurred. |
322322
| `action` | string | The action that encompasses the provided event. |
323323
| `target` | object | The target of the event. |
324324
| `request` | object | The request that generated the event. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The `data` object has the following properties:
116116
| Property | Type | Description |
117117
| -------- | ---- | ----------- |
118118
| `resourceInfo` | Object | Data specific to the resource. For more information, see the next table. |
119-
| `apiVersion` | String | Api version of the resource properties. |
119+
| `apiVersion` | String | API version of the resource properties. |
120120
| `operationalInfo` | Object | Details of operational information pertaining to the resource. |
121121

122122
The `resourceInfo` object has the following properties:

articles/event-grid/includes/schema-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: include file
3-
description: include file
2+
title: App Configuration schema for Azure Event Grid
3+
description: Describes the schema for App Configuration in Azure Event Grid.
44
services: event-grid
55
author: spelluru
66
ms.service: event-grid

0 commit comments

Comments
 (0)