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/iot-edge/module-composition.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The $edgeAgent properties follow this structure:
115
115
}
116
116
```
117
117
118
-
The IoT Edge agent schema version 1.4 was released along with IoT Edge version 1.0.10, and enables module startup order. Schema version 1.4 is recommended for any IoT Edge deployment running version 1.0.10 or later.
118
+
The IoT Edge agent schema version 1.1 was released along with IoT Edge version 1.0.10, and enables module startup order. Schema version 1.1 is recommended for any IoT Edge deployment running version 1.0.10 or later.
119
119
120
120
### Module configuration and management
121
121
@@ -215,7 +215,7 @@ Routes are declared in the **$edgeHub** desired properties with the following sy
215
215
}
216
216
```
217
217
218
-
The IoT Edge hub schema version 1.4 was released along with IoT Edge version 1.0.10, and enables route prioritization and time to live. Schema version 1.4 is recommended for any IoT Edge deployment running version 1.0.10 or later.
218
+
The IoT Edge hub schema version 1 was released along with IoT Edge version 1.0.10, and enables route prioritization and time to live. Schema version 1.1 is recommended for any IoT Edge deployment running version 1.0.10 or later.
219
219
220
220
Every route needs a *source* where the messages come from and a *sink* where the messages go. The *condition* is an optional piece that you can use to filter messages.
221
221
@@ -284,7 +284,7 @@ Option 1:
284
284
"route1": "FROM <source> WHERE <condition> INTO <sink>",
285
285
```
286
286
287
-
Option 2, introduced in IoT Edge version 1.0.10 with IoT Edge hub schema version 1.4:
287
+
Option 2, introduced in IoT Edge version 1.0.10 with IoT Edge hub schema version 1.1:
0 commit comments