Skip to content

Commit ba2719c

Browse files
author
Rajneesh Mitharwal
committed
Fixing acrolinx
1 parent 3909161 commit ba2719c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/event-grid/event-schema-data-manager-for-agriculture.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ This article provides the properties and schema for Azure Data Manager for Agric
3131

3232
|Event Name | Description|
3333
|:-----:|:----:|
34-
|Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChangedV2| Published when a satellite data ingestion job's status changes, for example, job is created, has progressed or completed.|
34+
|Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChangedV2| Published when a satellite data ingestion job's status is changed, for example, job is created, has progressed or completed.|
3535

3636
### Weather data related event types
3737

3838
|Event Name | Description|
3939
|:-----:|:----:|
40-
|Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChangedV2|Published when a weather data ingestion job's status changes, for example, job is created, has progressed or completed.|
41-
|Microsoft.AgFoodPlatform.WeatherDataRefresherJobStatusChangedV2| Published when weather data refresher job status changes, for example, job is created, has progressed or completed.|
40+
|Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChangedV2|Published when a weather data ingestion job's status is changed, for example, job is created, has progressed or completed.|
41+
|Microsoft.AgFoodPlatform.WeatherDataRefresherJobStatusChangedV2| Published when a weather data refresher job status is changed, for example, job is created, has progressed or completed.|
4242

4343
### Farm activities data related event types
4444

@@ -48,8 +48,8 @@ This article provides the properties and schema for Azure Data Manager for Agric
4848
|Microsoft.AgFoodPlatform.HarvestDataChangedV2|Published when a `Harvesting Data` is created/updated/deleted.|
4949
|Microsoft.AgFoodPlatform.TillageDataChangedV2|Published when a `Tillage Data` is created/updated/deleted.|
5050
|Microsoft.AgFoodPlatform.PlantingDataChangedV2|Published when a `Planting Data` is created/updated/deleted.|
51-
|Microsoft.AgFoodPlatform.ImageProcessingRasterizeJobStatusChangedV2|Published when an image-processing rasterize job's status changes, for example, job is created, has progressed or completed.|
52-
|Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChangedV2| Published when a farm operations data ingestion job's status changes, for example, job is created, has progressed or completed.|
51+
|Microsoft.AgFoodPlatform.ImageProcessingRasterizeJobStatusChangedV2|Published when an image-processing rasterize job's status is changed, for example, job is created, has progressed or completed.|
52+
|Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChangedV2| Published when a farm operations data ingestion job's status is changed, for example, job is created, has progressed or completed.|
5353

5454
### Sensor data related event types
5555

@@ -77,9 +77,9 @@ This article provides the properties and schema for Azure Data Manager for Agric
7777

7878
|Event Name | Description|
7979
|:-----:|:----:|
80-
|Microsoft.AgFoodPlatform.BiomassModelJobStatusChangedV2|Published when a Biomass Model job's status changes, for example, job is created, has progressed or completed.|
81-
|Microsoft.AgFoodPlatform.SoilMoistureModelJobStatusChangedV2|Published when a Soil Moisture Model job's status changes, for example, job is created, has progressed or completed.|
82-
|Microsoft.AgFoodPlatform.SensorPlacementModelJobStatusChangedV2|Published when a Sensor Placement Model job's status changes, for example, job is created, has progressed or completed.|
80+
|Microsoft.AgFoodPlatform.BiomassModelJobStatusChangedV2|Published when a Biomass Model job's status is changed, for example, job is created, has progressed or completed.|
81+
|Microsoft.AgFoodPlatform.SoilMoistureModelJobStatusChangedV2|Published when a Soil Moisture Model job's status is changed, for example, job is created, has progressed or completed.|
82+
|Microsoft.AgFoodPlatform.SensorPlacementModelJobStatusChangedV2|Published when a Sensor Placement Model job's status is changed, for example, job is created, has progressed or completed.|
8383

8484
## Example events
8585

@@ -181,8 +181,8 @@ The data object has the following common properties:
181181

182182
|Property | Type| Description|
183183
|:-----:|:----:|:----:|
184-
|id| String| Unique id of resource.|
185-
|actionType| String| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted.|
184+
|id| String| Unique ID of resource.|
185+
|actionType| String| Indicates the change, which triggered publishing of the event. Applicable values are created, updated, deleted.|
186186
|properties| Object| It contains user defined key–value pairs.|
187187
|modifiedDateTime|String| Indicates the time at which the event was last modified.|
188188
|createdDateTime| String| Indicates the time at which the resource was created.|
@@ -200,7 +200,7 @@ Property| Type| Description
200200
|status|string|Various states a job can be in.|
201201
|isCancellationRequested| boolean|Flag that gets set when job cancellation is requested.|
202202
|description|string| Textual description of the job.|
203-
|partyId|string| Party id for which job was created.|
203+
|partyId|string| Party ID for which job was created.|
204204
|message|string| Status message to capture more details of the job.|
205205
|lastActionDateTime|date-time|Date-time when last action was taken on the job, sample format: yyyy-MM-ddTHH:mm:ssZ.|
206206
|createdDateTime|date-time|Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.|

0 commit comments

Comments
 (0)