Skip to content

Commit ff35b92

Browse files
author
msftbot[bot]
authored
[ReleasePR datafactory] [Datafactory]subnet id support for swift injection of azure-ssis IR (#1872)
Create to sync Azure/azure-rest-api-specs#15468 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/datafactory?expand=1)
2 parents 03a5d86 + 181b413 commit ff35b92

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16395,6 +16395,16 @@
1639516395
},
1639616396
"description": "The compute resource properties for managed integration runtime."
1639716397
},
16398+
"IntegrationRuntimeCustomerVirtualNetwork": {
16399+
"type": "object",
16400+
"properties": {
16401+
"subnetId": {
16402+
"type": "string",
16403+
"description": "The ID of subnet to which Azure-SSIS integration runtime will join."
16404+
}
16405+
},
16406+
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
16407+
},
1639816408
"IntegrationRuntimeCustomSetupScriptProperties": {
1639916409
"type": "object",
1640016410
"properties": {
@@ -18025,6 +18035,17 @@
1802518035
],
1802618036
"description": "The compute resource properties for managed integration runtime."
1802718037
},
18038+
"customerVirtualNetwork": {
18039+
"oneOf": [
18040+
{
18041+
"$ref": "#/definitions/IntegrationRuntimeCustomerVirtualNetwork"
18042+
},
18043+
{
18044+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
18045+
}
18046+
],
18047+
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
18048+
},
1802818049
"ssisProperties": {
1802918050
"oneOf": [
1803018051
{

0 commit comments

Comments
 (0)