Skip to content

Commit 3ffb38f

Browse files
authored
Merge pull request #195103 from baanders/4-13-version
ADT: Add more data history version information
2 parents 02b1b5a + 17c79ee commit 3ffb38f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/digital-twins/how-to-manage-twin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ The patch for this situation needs to update both the model and the twin's tempe
232232
233233
You may optionally decide to use the `sourceTime` field on twin properties to record timestamps for when property updates are observed in the real world. Azure Digital Twins natively supports `sourceTime` in the metadata for each twin property. For more information about this field and other fields on digital twins, see [Digital twin JSON format](concepts-twins-graph.md#digital-twin-json-format).
234234
235-
This property can only be written using the latest version of the [Azure Digital Twins APIs/SDKs](concepts-apis-sdks.md). The value must comply to ISO 8601 date and time format.
235+
The minimum REST API version to support this field is the [2021-06-30-preview](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/digitaltwins/data-plane/Microsoft.DigitalTwins/preview/2021-06-30-preview) version. When using one of 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 (keep in mind that the latest version of an SDK may be in beta or preview).
236+
237+
The `sourceTime` value must comply to ISO 8601 date and time format.
236238
237239
Here's an example of a JSON Patch document that updates both the value and the `sourceTime` field of a `Temperature` property:
238240

0 commit comments

Comments
 (0)