Skip to content

Commit 514250f

Browse files
authored
[DataFactory]Add Some SHIR Features In DataFatory (#25162)
* Sync expression Support From DataFactory To Synapse * add * [DataFactory]Add Some SHIR Features In DataFatory * fix * add * fix * Revert "add" This reverts commit 9caf1ac. * Revert "fix" This reverts commit e1e86ce.
1 parent 5fb045b commit 514250f

File tree

1 file changed

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

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,20 @@
223223
"type": "integer",
224224
"format": "int32",
225225
"minimum": 5
226+
},
227+
"numberOfPipelineNodes": {
228+
"description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.",
229+
"type": "integer",
230+
"format": "int32",
231+
"minimum": 1,
232+
"maximum": 10
233+
},
234+
"numberOfExternalNodes": {
235+
"description": "Number of the the external nodes, which should be greater than 0 and less than 11.",
236+
"type": "integer",
237+
"format": "int32",
238+
"minimum": 1,
239+
"maximum": 10
226240
}
227241
},
228242
"additionalProperties": {
@@ -632,6 +646,10 @@
632646
"properties": {
633647
"linkedInfo": {
634648
"$ref": "#/definitions/LinkedIntegrationRuntimeType"
649+
},
650+
"selfContainedInteractiveAuthoringEnabled": {
651+
"type": "boolean",
652+
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
635653
}
636654
}
637655
},
@@ -1107,6 +1125,11 @@
11071125
"type": "string",
11081126
"format": "date-time",
11091127
"readOnly": true
1128+
},
1129+
"selfContainedInteractiveAuthoringEnabled": {
1130+
"type": "boolean",
1131+
"readOnly": true,
1132+
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
11101133
}
11111134
}
11121135
},

0 commit comments

Comments
 (0)