From bdc9496b016d7c345fc71c98f51458f32a18760f Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 12 Nov 2020 08:34:58 +0000 Subject: [PATCH] CodeGen from PR 11613 in Azure/azure-rest-api-specs Merge f23d27b76d136c6d467ac48b9d320f59594915d1 into 80db0e5cef00f0e666c2e1e39d23729eb0c0b0d8 --- .../Microsoft.DataFactory.json | 2 +- schemas/2018-06-01/Microsoft.DataFactory.json | 204 ++++-------------- 2 files changed, 38 insertions(+), 168 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 01795066a6..64c84cc9f6 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -4955,20 +4955,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Sql read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -10659,31 +10648,14 @@ "type": "object", "properties": { "computeType": { - "oneOf": [ - { - "type": "string", - "enum": [ - "General", - "MemoryOptimized", - "ComputeOptimized" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Compute type of the cluster which will execute data flow job." + "type": "object", + "properties": {}, + "description": "Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)" }, "coreCount": { - "oneOf": [ - { - "type": "integer" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272." + "type": "object", + "properties": {}, + "description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)" } }, "description": "Compute properties for data flow activity." @@ -18419,20 +18391,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "DataSlice", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Netezza read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -19300,20 +19261,9 @@ "description": "Oracle reader query. Type: string (or Expression with resultType string)." }, "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Oracle read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -22574,20 +22524,9 @@ "description": "The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer)." }, "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "SapHanaDynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for SAP HANA read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". " }, "partitionSettings": { "oneOf": [ @@ -23039,23 +22978,9 @@ "description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)." }, "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PartitionOnInt", - "PartitionOnCalendarYear", - "PartitionOnCalendarMonth", - "PartitionOnCalendarDate", - "PartitionOnTime" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for SAP table read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for SAP table read in parallel. Possible values include: \"None\", \"PartitionOnInt\", \"PartitionOnCalendarYear\", \"PartitionOnCalendarMonth\", \"PartitionOnCalendarDate\", \"PartitionOnTime\"." }, "partitionSettings": { "oneOf": [ @@ -24612,20 +24537,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Sql read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -24724,20 +24638,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Sql read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -24934,20 +24837,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Sql read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -25169,20 +25061,9 @@ "description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)." }, "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "PhysicalPartitionsOfTable", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for Sql read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -26452,20 +26333,9 @@ "type": "object", "properties": { "partitionOption": { - "oneOf": [ - { - "type": "string", - "enum": [ - "None", - "Hash", - "DynamicRange" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The partition mechanism that will be used for teradata read in parallel." + "type": "object", + "properties": {}, + "description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\"." }, "partitionSettings": { "oneOf": [ @@ -28195,4 +28065,4 @@ "description": "A copy activity Zoho server source." } } -} \ No newline at end of file +}