Skip to content

Commit 2b8c299

Browse files
author
msftbot[bot]
authored
[ReleasePR synapse] [DataFactory] Unify IR vNet injection experience (#1814)
Create to sync Azure/azure-rest-api-specs#14925 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/synapse?expand=1)
2 parents 17c5dd8 + 8be7731 commit 2b8c299

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

schemas/2020-12-01/Microsoft.Synapse.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,6 +2831,10 @@
28312831
"type": "string",
28322832
"description": "The name of the subnet this integration runtime will join."
28332833
},
2834+
"subnetId": {
2835+
"type": "string",
2836+
"description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
2837+
},
28342838
"vNetId": {
28352839
"type": "string",
28362840
"description": "The ID of the VNet that this integration runtime will join."

schemas/2021-03-01/Microsoft.Synapse.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,6 +2831,10 @@
28312831
"type": "string",
28322832
"description": "The name of the subnet this integration runtime will join."
28332833
},
2834+
"subnetId": {
2835+
"type": "string",
2836+
"description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
2837+
},
28342838
"vNetId": {
28352839
"type": "string",
28362840
"description": "The ID of the VNet that this integration runtime will join."

schemas/2021-05-01/Microsoft.Synapse.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,6 +2852,10 @@
28522852
"type": "string",
28532853
"description": "The name of the subnet this integration runtime will join."
28542854
},
2855+
"subnetId": {
2856+
"type": "string",
2857+
"description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
2858+
},
28552859
"vNetId": {
28562860
"type": "string",
28572861
"description": "The ID of the VNet that this integration runtime will join."

0 commit comments

Comments
 (0)