Skip to content

Commit a632372

Browse files
author
SDKAuto
committed
CodeGen from PR 12357 in Azure/azure-rest-api-specs
Update swagger for SSIS IR to support SSISDB failover (#12357)
1 parent 12d2b44 commit a632372

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

schemas/2017-09-01-preview/Microsoft.DataFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12175,4 +12175,4 @@
1217512175
"description": "Zoho server dataset."
1217612176
}
1217712177
}
12178-
}
12178+
}

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

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15790,6 +15790,10 @@
1579015790
"catalogServerEndpoint": {
1579115791
"type": "string",
1579215792
"description": "The catalog database server URL."
15793+
},
15794+
"dualStandbyPairName": {
15795+
"type": "string",
15796+
"description": "The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover."
1579315797
}
1579415798
},
1579515799
"description": "Catalog information for managed dedicated integration runtime."
@@ -17137,6 +17141,17 @@
1713717141
"ManagedIntegrationRuntime": {
1713817142
"type": "object",
1713917143
"properties": {
17144+
"managedVirtualNetwork": {
17145+
"oneOf": [
17146+
{
17147+
"$ref": "#/definitions/ManagedVirtualNetworkReference"
17148+
},
17149+
{
17150+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17151+
}
17152+
],
17153+
"description": "Managed Virtual Network reference type."
17154+
},
1714017155
"type": {
1714117156
"type": "string",
1714217157
"enum": [
@@ -17266,6 +17281,34 @@
1726617281
},
1726717282
"description": "A managed Virtual Network associated with the Azure Data Factory"
1726817283
},
17284+
"ManagedVirtualNetworkReference": {
17285+
"type": "object",
17286+
"properties": {
17287+
"referenceName": {
17288+
"type": "string",
17289+
"description": "Reference ManagedVirtualNetwork name."
17290+
},
17291+
"type": {
17292+
"oneOf": [
17293+
{
17294+
"type": "string",
17295+
"enum": [
17296+
"ManagedVirtualNetworkReference"
17297+
]
17298+
},
17299+
{
17300+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17301+
}
17302+
],
17303+
"description": "Managed Virtual Network reference type."
17304+
}
17305+
},
17306+
"required": [
17307+
"referenceName",
17308+
"type"
17309+
],
17310+
"description": "Managed Virtual Network reference type."
17311+
},
1726917312
"MappingDataFlow": {
1727017313
"type": "object",
1727117314
"properties": {
@@ -28150,4 +28193,4 @@
2815028193
"description": "A copy activity Zoho server source."
2815128194
}
2815228195
}
28153-
}
28196+
}

0 commit comments

Comments
 (0)