You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/industry/agriculture/ingest-historical-telemetry-data-in-azure-farmbeats.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ Sensor
269
269
}
270
270
}
271
271
```
272
-
The following sample request creates a device. This request has input JSON as payload with the request body. Below there is also a sample python script that creates a device model.
272
+
The following sample request creates a device. This request has input JSON as payload with the request body.
273
273
274
274
```bash
275
275
curl -X POST "https://<datahub>.azurewebsites.net/Device" -H
@@ -279,13 +279,13 @@ curl -X POST "https://<datahub>.azurewebsites.net/Device" -H
279
279
\"description\": \"Test Device 123\"}"*
280
280
```
281
281
282
-
Below is the sample code in Python. Please note that the access token used in this sample is the same that we received during authentication
282
+
Below is a sample code in Python. Please note that the access token used in this sample is the same that we received during authentication
0 commit comments