Skip to content

Commit 8be7731

Browse files
author
SDKAuto
committed
CodeGen from PR 14925 in Azure/azure-rest-api-specs
[DataFactory] Unify IR vNet injection experience (#14925) * add swagger change * cache change * update description * undo change on readme * add subnetId * add outbound * update description * style correction * fix example * Update int format * fix name unique issue * fix operation id name issue * fix underscore issue * fix example * rename * add change to preview versions * add subnetID * remove unnecessary change
1 parent 17c5dd8 commit 8be7731

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)