Skip to content

Commit eea39b1

Browse files
Merge pull request #222818 from w-azure/winona-schema
Changed schema version back to 1.1
2 parents 03b7eab + faa4f47 commit eea39b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-edge/module-composition.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The $edgeAgent properties follow this structure:
8282
"modulesContent": {
8383
"$edgeAgent": {
8484
"properties.desired": {
85-
"schemaVersion": "1.4",
85+
"schemaVersion": "1.1",
8686
"runtime": {
8787
"settings":{
8888
"registryCredentials":{
@@ -130,7 +130,7 @@ For example:
130130
"modulesContent": {
131131
"$edgeAgent": {
132132
"properties.desired": {
133-
"schemaVersion": "1.4",
133+
"schemaVersion": "1.1",
134134
"runtime": { ... },
135135
"systemModules": {
136136
"edgeAgent": { ... },
@@ -195,7 +195,7 @@ Routes are declared in the **$edgeHub** desired properties with the following sy
195195
"$edgeAgent": { ... },
196196
"$edgeHub": {
197197
"properties.desired": {
198-
"schemaVersion": "1.4",
198+
"schemaVersion": "1.1",
199199
"routes": {
200200
"route1": "FROM <source> WHERE <condition> INTO <sink>",
201201
"route2": {
@@ -317,7 +317,7 @@ The following example shows what a valid deployment manifest document may look l
317317
"modulesContent": {
318318
"$edgeAgent": {
319319
"properties.desired": {
320-
"schemaVersion": "1.4",
320+
"schemaVersion": "1.1",
321321
"runtime": {
322322
"type": "docker",
323323
"settings": {
@@ -382,7 +382,7 @@ The following example shows what a valid deployment manifest document may look l
382382
},
383383
"$edgeHub": {
384384
"properties.desired": {
385-
"schemaVersion": "1.4",
385+
"schemaVersion": "1.1",
386386
"routes": {
387387
"sensorToFilter": {
388388
"route": "FROM /messages/modules/SimulatedTemperatureSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/filtermodule/inputs/input1\")",

0 commit comments

Comments
 (0)