Skip to content

Commit 2f03a21

Browse files
committed
Fixing bracket problem
1 parent 3ea8d42 commit 2f03a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-central/preview/howto-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ This is an example snapshot containing devices and properties data in Blob Stora
554554
555555
If you have an existing data export in your preview application with the *Devices* and *Device templates* streams turned on, you will need to update your export by **30 June 2020**. This applies to exports to Azure Blob Storage, Azure Event Hubs, and Azure Service Bus.
556556

557-
Starting 3 February 2020, all new exports in applications with Devices and Device templates enabled will have the data format described above. All exports created prior to this will remain on the old data format until 30 June 2020, after which time these exports will automatically be migrated to the new data format. The new data format matches the [devices](https://docs.microsoft.com/rest/api/iotcentral/devices/get), [device properties](https://docs.microsoft.com/rest/api/iotcentral/devices/getproperties), [device cloud property]([device cloud properties](https://docs.microsoft.com/rest/api/iotcentral/devices/getcloudproperties) and [device templates](https://docs.microsoft.com/rest/api/iotcentral/devicetemplates/get) objects in the IoT Central public API.
557+
Starting 3 February 2020, all new exports in applications with Devices and Device templates enabled will have the data format described above. All exports created prior to this will remain on the old data format until 30 June 2020, after which time these exports will automatically be migrated to the new data format. The new data format matches the [device](https://docs.microsoft.com/rest/api/iotcentral/devices/get), [device property](https://docs.microsoft.com/rest/api/iotcentral/devices/getproperties), [device cloud property](https://docs.microsoft.com/rest/api/iotcentral/devices/getcloudproperties) and [device template](https://docs.microsoft.com/rest/api/iotcentral/devicetemplates/get) objects in the IoT Central public API.
558558

559559
For **Devices**, notable differences between the old data format and the new data format include:
560560
- `@id` for device is removed, `deviceId` is renamed to `id`

0 commit comments

Comments
 (0)