Skip to content

Commit 6fce793

Browse files
authored
Merge pull request #101489 from sunasing/patch-9
Minor fix - removed quotes
2 parents 51d087e + fd35f6c commit 6fce793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/industry/agriculture/ingest-historical-telemetry-data-in-azure-farmbeats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@ Convert the historical sensor data format to a canonical format that Azure FarmB
321321
"sensordata": [
322322
{
323323
"timestamp": "< timestamp in ISO 8601 format >",
324-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
324+
"<sensor measure name (as defined in the Sensor Model)>": <value>
325325
},
326326
{
327327
"timestamp": "<timestamp in ISO 8601 format>",
328-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
328+
"<sensor measure name (as defined in the Sensor Model)>": <value>
329329
}
330330
]
331331
}

0 commit comments

Comments
 (0)