Skip to content

Commit 7defa48

Browse files
ankurkulhovsepm
authored andcommitted
changes (#3710)
1 parent fbe5a21 commit 7defa48

File tree

1 file changed

+30
-0
lines changed
  • specification/iothub/resource-manager/Microsoft.Devices/stable/2018-04-01

1 file changed

+30
-0
lines changed

specification/iothub/resource-manager/Microsoft.Devices/stable/2018-04-01/iothub.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,6 +3118,32 @@
31183118
"message": {
31193119
"description": "Routing message",
31203120
"$ref": "#/definitions/RoutingMessage"
3121+
},
3122+
"twin": {
3123+
"description": "Routing Twin Reference",
3124+
"$ref": "#/definitions/RoutingTwin"
3125+
}
3126+
}
3127+
},
3128+
"RoutingTwin": {
3129+
"description": "Twin reference input parameter. This is an optional parameter",
3130+
"type": "object",
3131+
"properties": {
3132+
"tags": {
3133+
"description": "Twin Tags",
3134+
"type": "object"
3135+
},
3136+
"properties": {
3137+
"properties": {
3138+
"desiredProperties" : {
3139+
"description": "Twin desired properties",
3140+
"type": "object"
3141+
},
3142+
"reportedProperties" : {
3143+
"description": "Twin desired properties",
3144+
"type": "object"
3145+
}
3146+
}
31213147
}
31223148
}
31233149
},
@@ -3182,6 +3208,10 @@
31823208
"route": {
31833209
"description": "Route properties",
31843210
"$ref": "#/definitions/RouteProperties"
3211+
},
3212+
"twin": {
3213+
"description": "Routing Twin Reference",
3214+
"$ref": "#/definitions/RoutingTwin"
31853215
}
31863216
}
31873217
},

0 commit comments

Comments
 (0)