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: specification/hybridnetwork/resource-manager/Microsoft.HybridNetwork/preview/2020-01-01-preview/device.json
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -391,6 +391,25 @@
391
391
],
392
392
"description": "Device resource."
393
393
},
394
+
"AzureStackEdgeFormat": {
395
+
"description": "The reference to the Azure stack edge device.",
396
+
"required": [
397
+
"azureStackEdge"
398
+
],
399
+
"x-ms-discriminator-value": "AzureStackEdge",
400
+
"type": "object",
401
+
"allOf": [
402
+
{
403
+
"$ref": "#/definitions/DevicePropertiesFormat"
404
+
}
405
+
],
406
+
"properties": {
407
+
"azureStackEdge": {
408
+
"$ref": "./common.json#/definitions/SubResource",
409
+
"description": "The reference to the Azure stack edge device."
410
+
}
411
+
}
412
+
},
394
413
"DevicePropertiesFormat": {
395
414
"description": "Device properties.",
396
415
"required": [
@@ -430,11 +449,6 @@
430
449
"modelAsString": true
431
450
}
432
451
},
433
-
"azureStackEdge": {
434
-
"x-ms-discriminator-value": "AzureStackEdge",
435
-
"$ref": "./common.json#/definitions/SubResource",
436
-
"description": "The reference to the Azure stack edge device."
0 commit comments