Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,20 @@
"type": "integer",
"format": "int32",
"minimum": 5
},
"numberOfPipelineNodes": {
"description": "Number of the pipeline nodes, which should be greater than 0 and less than 11.",
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 10
},
"numberOfExternalNodes": {
"description": "Number of the the external nodes, which should be greater than 0 and less than 11.",
"type": "integer",
"format": "int32",
"minimum": 1,
"maximum": 10
}
},
"additionalProperties": {
Expand Down Expand Up @@ -632,6 +646,10 @@
"properties": {
"linkedInfo": {
"$ref": "#/definitions/LinkedIntegrationRuntimeType"
},
"selfContainedInteractiveAuthoringEnabled": {
"type": "boolean",
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
}
}
},
Expand Down Expand Up @@ -1107,6 +1125,11 @@
"type": "string",
"format": "date-time",
"readOnly": true
},
"selfContainedInteractiveAuthoringEnabled": {
"type": "boolean",
"readOnly": true,
"description": "An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay."
}
}
},
Expand Down