Skip to content

Commit fb717f3

Browse files
nick-ms-tsmarkcowl
andauthored
[Datafactory]subnet id support for swift injection of azure-ssis IR (#15468)
* Add blockchain to latest profile * Add additional types * subnet id support for swift injection of azure-ssis IR * fix undesired changes * change desired files * remove change * correct message Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
1 parent 865da1f commit fb717f3

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"ssisProperties": {
9191
"description": "SSIS properties for managed integration runtime.",
9292
"$ref": "#/definitions/IntegrationRuntimeSsisProperties"
93+
},
94+
"customerVirtualNetwork": {
95+
"description": "The name of virtual network to which Azure-SSIS integration runtime will join",
96+
"$ref": "#/definitions/IntegrationRuntimeCustomerVirtualNetwork"
9397
}
9498
}
9599
},
@@ -255,6 +259,16 @@
255259
"type": "object"
256260
}
257261
},
262+
"IntegrationRuntimeCustomerVirtualNetwork": {
263+
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join.",
264+
"type": "object",
265+
"properties": {
266+
"subnetId": {
267+
"description": "The ID of subnet to which Azure-SSIS integration runtime will join.",
268+
"type": "string"
269+
}
270+
}
271+
},
258272
"IntegrationRuntimeSsisCatalogInfo": {
259273
"description": "Catalog information for managed dedicated integration runtime.",
260274
"type": "object",

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/integrationRuntime.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,10 @@
14031403
"ssisProperties": {
14041404
"description": "SSIS properties for managed integration runtime.",
14051405
"$ref": "#/definitions/IntegrationRuntimeSsisProperties"
1406+
},
1407+
"customerVirtualNetwork": {
1408+
"description": "The name of virtual network to which Azure-SSIS integration runtime will join",
1409+
"$ref": "#/definitions/IntegrationRuntimeCustomerVirtualNetwork"
14061410
}
14071411
}
14081412
},
@@ -1557,6 +1561,16 @@
15571561
"type": "object"
15581562
}
15591563
},
1564+
"IntegrationRuntimeCustomerVirtualNetwork": {
1565+
"description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join.",
1566+
"type": "object",
1567+
"properties": {
1568+
"subnetId": {
1569+
"description": "The ID of subnet to which Azure-SSIS integration runtime will join.",
1570+
"type": "string"
1571+
}
1572+
}
1573+
},
15601574
"SecretBase": {
15611575
"description": "The base definition of a secret type.",
15621576
"discriminator": "type",

0 commit comments

Comments
 (0)