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
21 changes: 21 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -16395,6 +16395,16 @@
},
"description": "The compute resource properties for managed integration runtime."
},
"IntegrationRuntimeCustomerVirtualNetwork": {
"type": "object",
"properties": {
"subnetId": {
"type": "string",
"description": "The ID of subnet to which Azure-SSIS integration runtime will join."
}
},
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
},
"IntegrationRuntimeCustomSetupScriptProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -18025,6 +18035,17 @@
],
"description": "The compute resource properties for managed integration runtime."
},
"customerVirtualNetwork": {
"oneOf": [
{
"$ref": "#/definitions/IntegrationRuntimeCustomerVirtualNetwork"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
},
"ssisProperties": {
"oneOf": [
{
Expand Down