Skip to content

Commit adbedca

Browse files
authored
Merge pull request #52305 from ash2017/patch-2
Update iot-hub-devguide-device-twins.md
2 parents 051caa0 + e5173e6 commit adbedca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-devguide-device-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A device twin is a JSON document that includes:
5353

5454
* **Reported properties**. Used along with desired properties to synchronize device configuration or conditions. The device app can set reported properties, and the solution back end can read and query them.
5555

56-
* **Device identity properties**. The root of the device twin JSON document contains the read-only properties from the corresponding device identity stored in the [identity registry](iot-hub-devguide-identity-registry.md).
56+
* **Device identity properties**. The root of the device twin JSON document contains the read-only properties from the corresponding device identity stored in the [identity registry](iot-hub-devguide-identity-registry.md). Properties `connectionStateUpdatedTime` and `generationId` will not be included.
5757

5858
![Screenshot of device twin properties](./media/iot-hub-devguide-device-twins/twin.png)
5959

0 commit comments

Comments
 (0)