From 4e7c847d1a7dcf9c7d5a01f8f613b4d22b77f9c7 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 30 Jul 2021 07:12:39 +0000 Subject: [PATCH] CodeGen from PR 14925 in Azure/azure-rest-api-specs Merge aad71643df9d147db117277433b65214e094f3e3 into cc8bda00a78706bb1007fa0044dd84d94d4ef3d7 --- schemas/2018-06-01/Microsoft.DataFactory.json | 592 ++++++++---------- 1 file changed, 264 insertions(+), 328 deletions(-) diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index f6e33d113f..b14831dd79 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -743,22 +743,6 @@ }, "description": "Execution policy for an activity." }, - "AdditionalColumns": { - "type": "object", - "properties": { - "name": { - "type": "object", - "properties": {}, - "description": "Additional column name. Type: string (or Expression with resultType string)." - }, - "value": { - "type": "object", - "properties": {}, - "description": "Additional column value. Type: string (or Expression with resultType string)." - } - }, - "description": "Specify the column name and value of additional columns." - }, "AmazonMWSLinkedService": { "type": "object", "properties": { @@ -1637,18 +1621,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "storeSettings": { "oneOf": [ @@ -3047,18 +3022,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "noTruncation": { "type": "object", @@ -5303,6 +5269,11 @@ "properties": {}, "description": "SQL writer table type. Type: string (or Expression with resultType string)." }, + "sqlWriterUseTableLock": { + "type": "object", + "properties": {}, + "description": "Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean)." + }, "storedProcedureParameters": { "oneOf": [ { @@ -5333,6 +5304,22 @@ "enum": [ "AzureSqlSink" ] + }, + "upsertSettings": { + "oneOf": [ + { + "$ref": "#/definitions/SqlUpsertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Sql upsert option settings" + }, + "writeBehavior": { + "type": "object", + "properties": {}, + "description": "Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)" } }, "required": [ @@ -6511,18 +6498,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -7558,18 +7536,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "batchSize": { "type": "object", @@ -7674,18 +7643,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "detectDatetime": { "type": "object", @@ -9782,18 +9742,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "formatSettings": { "oneOf": [ @@ -9982,18 +9933,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "nestingSeparator": { "type": "object", @@ -10526,18 +10468,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -10746,18 +10679,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -11089,18 +11013,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "storeSettings": { "oneOf": [ @@ -12059,6 +11974,21 @@ "FactoryGitHubConfiguration": { "type": "object", "properties": { + "clientId": { + "type": "string", + "description": "GitHub bring your own app client id." + }, + "clientSecret": { + "oneOf": [ + { + "$ref": "#/definitions/GitHubClientSecret" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Client secret information for factory's bring your own app repository configuration." + }, "hostName": { "type": "string", "description": "GitHub Enterprise host name. For example: https://github.mydomain.com" @@ -12504,18 +12434,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "recursive": { "type": "object", @@ -12983,6 +12904,20 @@ ], "description": "GetMetadata activity properties." }, + "GitHubClientSecret": { + "type": "object", + "properties": { + "byoaSecretAkvUrl": { + "type": "string", + "description": "Bring your own app client secret AKV URL." + }, + "byoaSecretName": { + "type": "string", + "description": "Bring your own app client secret name in AKV." + } + }, + "description": "Client secret information for factory's bring your own app repository configuration." + }, "GlobalParameterSpecification": { "type": "object", "properties": { @@ -16191,6 +16126,17 @@ ], "description": "Unmatched properties from the message are deserialized this collection" }, + "cleanup": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true." + }, "computeType": { "oneOf": [ { @@ -16534,6 +16480,10 @@ "type": "string", "description": "The name of the subnet this integration runtime will join." }, + "subnetId": { + "type": "string", + "description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined." + }, "vNetId": { "type": "string", "description": "The ID of the VNet that this integration runtime will join." @@ -16855,18 +16805,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "formatSettings": { "oneOf": [ @@ -18311,18 +18252,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -18490,18 +18422,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "batchSize": { "type": "object", @@ -18731,18 +18654,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -18873,18 +18787,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "batchSize": { "type": "object", @@ -19433,18 +19338,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "httpRequestTimeout": { "type": "object", @@ -20171,18 +20067,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "oracleReaderQuery": { "type": "object", @@ -20376,18 +20263,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "storeSettings": { "oneOf": [ @@ -20610,18 +20488,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "storeSettings": { "oneOf": [ @@ -21936,18 +21805,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -22427,18 +22287,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "additionalHeaders": { "type": "object", @@ -22899,18 +22750,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "query": { "type": "object", @@ -25548,6 +25390,11 @@ "properties": {}, "description": "SQL pre-copy script. Type: string (or Expression with resultType string)." }, + "sqlWriterUseTableLock": { + "type": "object", + "properties": {}, + "description": "Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean)." + }, "tableOption": { "type": "object", "properties": {}, @@ -25558,6 +25405,22 @@ "enum": [ "SqlDWSink" ] + }, + "upsertSettings": { + "oneOf": [ + { + "$ref": "#/definitions/SqlDWUpsertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Sql DW upsert option settings" + }, + "writeBehavior": { + "type": "object", + "properties": {}, + "description": "Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)" } }, "required": [ @@ -25611,6 +25474,22 @@ ], "description": "A copy activity SQL Data Warehouse source." }, + "SqlDWUpsertSettings": { + "type": "object", + "properties": { + "interimSchemaName": { + "type": "object", + "properties": {}, + "description": "Schema name for interim table. Type: string (or Expression with resultType string)." + }, + "keys": { + "type": "object", + "properties": {}, + "description": "Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings)." + } + }, + "description": "Sql DW upsert option settings" + }, "SqlMISink": { "type": "object", "properties": { @@ -25629,6 +25508,11 @@ "properties": {}, "description": "SQL writer table type. Type: string (or Expression with resultType string)." }, + "sqlWriterUseTableLock": { + "type": "object", + "properties": {}, + "description": "Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean)." + }, "storedProcedureParameters": { "oneOf": [ { @@ -25659,6 +25543,22 @@ "enum": [ "SqlMISink" ] + }, + "upsertSettings": { + "oneOf": [ + { + "$ref": "#/definitions/SqlUpsertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Sql upsert option settings" + }, + "writeBehavior": { + "type": "object", + "properties": {}, + "description": "White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)" } }, "required": [ @@ -25839,6 +25739,11 @@ "properties": {}, "description": "SQL writer table type. Type: string (or Expression with resultType string)." }, + "sqlWriterUseTableLock": { + "type": "object", + "properties": {}, + "description": "Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean)." + }, "storedProcedureParameters": { "oneOf": [ { @@ -25869,6 +25774,22 @@ "enum": [ "SqlServerSink" ] + }, + "upsertSettings": { + "oneOf": [ + { + "$ref": "#/definitions/SqlUpsertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Sql upsert option settings" + }, + "writeBehavior": { + "type": "object", + "properties": {}, + "description": "Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)" } }, "required": [ @@ -26058,6 +25979,11 @@ "properties": {}, "description": "SQL writer table type. Type: string (or Expression with resultType string)." }, + "sqlWriterUseTableLock": { + "type": "object", + "properties": {}, + "description": "Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean)." + }, "storedProcedureParameters": { "oneOf": [ { @@ -26088,6 +26014,22 @@ "enum": [ "SqlSink" ] + }, + "upsertSettings": { + "oneOf": [ + { + "$ref": "#/definitions/SqlUpsertSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Sql upsert option settings" + }, + "writeBehavior": { + "type": "object", + "properties": {}, + "description": "Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)" } }, "required": [ @@ -26156,6 +26098,27 @@ ], "description": "A copy activity SQL source." }, + "SqlUpsertSettings": { + "type": "object", + "properties": { + "interimSchemaName": { + "type": "object", + "properties": {}, + "description": "Schema name for interim table. Type: string (or Expression with resultType string)." + }, + "keys": { + "type": "object", + "properties": {}, + "description": "Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings)." + }, + "useTempDB": { + "type": "object", + "properties": {}, + "description": "Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean)." + } + }, + "description": "Sql upsert option settings" + }, "SquareLinkedService": { "type": "object", "properties": { @@ -27218,18 +27181,9 @@ ], "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "queryTimeout": { "type": "object", @@ -28616,18 +28570,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "type": { "type": "string", @@ -28951,18 +28896,9 @@ "type": "object", "properties": { "additionalColumns": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/AdditionalColumns" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Specifies the additional columns to be added to source data. Type: array of objects (or Expression with resultType array of objects)." + "type": "object", + "properties": {}, + "description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)." }, "formatSettings": { "oneOf": [