From a6323720d51e639da38b35e95c6958ccdacfc3a4 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 11 Jan 2021 08:44:18 +0000 Subject: [PATCH] CodeGen from PR 12357 in Azure/azure-rest-api-specs Update swagger for SSIS IR to support SSISDB failover (#12357) --- .../Microsoft.DataFactory.json | 2 +- schemas/2018-06-01/Microsoft.DataFactory.json | 45 ++++++++++++++++++- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/schemas/2017-09-01-preview/Microsoft.DataFactory.json b/schemas/2017-09-01-preview/Microsoft.DataFactory.json index bdfc2aa0e4..51ef6d0139 100644 --- a/schemas/2017-09-01-preview/Microsoft.DataFactory.json +++ b/schemas/2017-09-01-preview/Microsoft.DataFactory.json @@ -12175,4 +12175,4 @@ "description": "Zoho server dataset." } } -} \ No newline at end of file +} diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index 0335914c51..ec9b15f5c1 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -15790,6 +15790,10 @@ "catalogServerEndpoint": { "type": "string", "description": "The catalog database server URL." + }, + "dualStandbyPairName": { + "type": "string", + "description": "The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover." } }, "description": "Catalog information for managed dedicated integration runtime." @@ -17137,6 +17141,17 @@ "ManagedIntegrationRuntime": { "type": "object", "properties": { + "managedVirtualNetwork": { + "oneOf": [ + { + "$ref": "#/definitions/ManagedVirtualNetworkReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Managed Virtual Network reference type." + }, "type": { "type": "string", "enum": [ @@ -17266,6 +17281,34 @@ }, "description": "A managed Virtual Network associated with the Azure Data Factory" }, + "ManagedVirtualNetworkReference": { + "type": "object", + "properties": { + "referenceName": { + "type": "string", + "description": "Reference ManagedVirtualNetwork name." + }, + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "ManagedVirtualNetworkReference" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Managed Virtual Network reference type." + } + }, + "required": [ + "referenceName", + "type" + ], + "description": "Managed Virtual Network reference type." + }, "MappingDataFlow": { "type": "object", "properties": { @@ -28150,4 +28193,4 @@ "description": "A copy activity Zoho server source." } } -} \ No newline at end of file +}