@@ -82,7 +82,7 @@ The $edgeAgent properties follow this structure:
82
82
"modulesContent" : {
83
83
"$edgeAgent" : {
84
84
"properties.desired" : {
85
- "schemaVersion" : " 1.4 " ,
85
+ "schemaVersion" : " 1.1 " ,
86
86
"runtime" : {
87
87
"settings" :{
88
88
"registryCredentials" :{
@@ -130,7 +130,7 @@ For example:
130
130
"modulesContent" : {
131
131
"$edgeAgent" : {
132
132
"properties.desired" : {
133
- "schemaVersion" : " 1.4 " ,
133
+ "schemaVersion" : " 1.1 " ,
134
134
"runtime" : { ... },
135
135
"systemModules" : {
136
136
"edgeAgent" : { ... },
@@ -195,7 +195,7 @@ Routes are declared in the **$edgeHub** desired properties with the following sy
195
195
"$edgeAgent" : { ... },
196
196
"$edgeHub" : {
197
197
"properties.desired" : {
198
- "schemaVersion" : " 1.4 " ,
198
+ "schemaVersion" : " 1.1 " ,
199
199
"routes" : {
200
200
"route1" : " FROM <source> WHERE <condition> INTO <sink>" ,
201
201
"route2" : {
@@ -317,7 +317,7 @@ The following example shows what a valid deployment manifest document may look l
317
317
"modulesContent" : {
318
318
"$edgeAgent" : {
319
319
"properties.desired" : {
320
- "schemaVersion" : " 1.4 " ,
320
+ "schemaVersion" : " 1.1 " ,
321
321
"runtime" : {
322
322
"type" : " docker" ,
323
323
"settings" : {
@@ -382,7 +382,7 @@ The following example shows what a valid deployment manifest document may look l
382
382
},
383
383
"$edgeHub" : {
384
384
"properties.desired" : {
385
- "schemaVersion" : " 1.4 " ,
385
+ "schemaVersion" : " 1.1 " ,
386
386
"routes" : {
387
387
"sensorToFilter" : {
388
388
"route" : " FROM /messages/modules/SimulatedTemperatureSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\" /modules/filtermodule/inputs/input1\" )" ,
0 commit comments