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/digital-twins/how-to-manage-twin.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
5
5
description: See how to retrieve, update, and delete individual twins and relationships.
6
6
author: baanders
7
7
ms.author: baanders # Microsoft employees only
8
-
ms.date: 02/23/2022
8
+
ms.date: 08/10/2022
9
9
ms.topic: how-to
10
10
ms.service: digital-twins
11
11
@@ -230,18 +230,19 @@ The patch for this situation needs to update both the model and the twin's tempe
230
230
231
231
### Update a property's sourceTime
232
232
233
-
Youmayoptionallydecidetousethe `sourceTime` fieldontwinpropertiestorecordtimestampsforwhenpropertyupdatesareobservedintherealworld. AzureDigitalTwinsnativelysupports `sourceTime` inthemetadataforeachtwinproperty. Formoreinformationaboutthisfieldandotherfieldsondigitaltwins, see [DigitaltwinJSONformat](concepts-twins-graph.md#digital-twin-json-format).
233
+
Youmayoptionallydecidetousethe `sourceTime` fieldontwinpropertiestorecordtimestampsforwhenpropertyupdatesareobservedintherealworld. AzureDigitalTwinsnativelysupports `sourceTime` inthemetadataforeachtwinproperty. The `sourceTime` valuemustcomplytoISO8601dateandtimeformat. Formoreinformationaboutthisfieldandotherfieldsondigitaltwins, see [DigitaltwinJSONformat](concepts-twins-graph.md#digital-twin-json-format).
234
234
235
235
TheminimumstableRESTAPIversiontosupportthisfieldisthe [2022-05-31](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/stable/2022-05-31) version. To work with this field using the [Azure Digital Twins SDKs](concepts-apis-sdks.md), we recommend using the latest version of the SDK to make sure this field is included.
236
236
237
-
The `sourceTime` valuemustcomplytoISO 8601 dateandtimeformat.
0 commit comments