Skip to content

Commit

Permalink
[DataFactory]Add Some SHIR Features In DataFatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingshu918 committed Aug 4, 2023
1 parent 7ae4a7e commit 45f34e3
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,18 @@
"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
},
"numberOfExternalNodes": {
"description": "Number of the the external nodes, which should be greater than 0 and less than 11.",
"type": "integer",
"format": "int32",
"minimum": 1
}
},
"additionalProperties": {
Expand Down Expand Up @@ -632,6 +644,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 +1123,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

0 comments on commit 45f34e3

Please sign in to comment.