Skip to content

Commit 7955111

Browse files
Merge pull request #222823 from w-azure/winona-schema-chg
Fixed schema version in the text 1.4 to 1.1
2 parents 288c86d + d5f6ad7 commit 7955111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/module-composition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The $edgeAgent properties follow this structure:
115115
}
116116
```
117117

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.
119119

120120
### Module configuration and management
121121

@@ -215,7 +215,7 @@ Routes are declared in the **$edgeHub** desired properties with the following sy
215215
}
216216
```
217217

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.
219219

220220
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.
221221

@@ -284,7 +284,7 @@ Option 1:
284284
"route1": "FROM <source> WHERE <condition> INTO <sink>",
285285
```
286286

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:
288288

289289
```json
290290
"route2": {

0 commit comments

Comments
 (0)