Skip to content

Commit ae48ce6

Browse files
zhangyd2015raych1
authored andcommitted
Fixed Integration Runtime semantic validation error. (Azure#6989)
1 parent 59c5761 commit ae48ce6

File tree

1 file changed

+8
-2
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+8
-2
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,10 @@
362362
},
363363
"additionalProperties": {
364364
"type": "object"
365-
}
365+
},
366+
"required": [
367+
"type"
368+
]
366369
},
367370
"IntegrationRuntimeState": {
368371
"description": "The state of integration runtime.",
@@ -1039,7 +1042,10 @@
10391042
"type": "string",
10401043
"description": "Metadata description."
10411044
}
1042-
}
1045+
},
1046+
"required": [
1047+
"type"
1048+
]
10431049
},
10441050
"SsisObjectMetadataType": {
10451051
"description": "The type of SSIS object metadata.",

0 commit comments

Comments
 (0)