Skip to content

Commit e68b2a5

Browse files
authored
Merge pull request #97719 from JimacoMS3/update-iothub-message-schema
fix device twin and module notification schema
2 parents 0c05182 + 09aed73 commit e68b2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -186,7 +186,7 @@ The solution back end operates on the device twin using the following atomic ope
186186
deviceId | ID of the device |
187187
hubName | Name of IoT Hub |
188188
operationTimestamp | [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of operation |
189-
iothub-message-schema | deviceLifecycleNotification |
189+
iothub-message-schema | twinChangeNotification |
190190
opType | "replaceTwin" or "updateTwin" |
191191

192192
Message system properties are prefixed with the `$` symbol.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The solution back end operates on the module twin using the following atomic ope
181181
moduleId | ID of the module |
182182
hubName | Name of IoT Hub |
183183
operationTimestamp | [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of operation |
184-
iothub-message-schema | deviceLifecycleNotification |
184+
iothub-message-schema | twinChangeNotification |
185185
opType | "replaceTwin" or "updateTwin" |
186186

187187
Message system properties are prefixed with the `$` symbol.

0 commit comments

Comments
 (0)