From d366bd13788b9d2523584b76d1a93e9d2907c8f4 Mon Sep 17 00:00:00 2001 From: "Shawn Xiao (IM)" Date: Tue, 28 Jul 2020 11:28:57 +0800 Subject: [PATCH 1/2] Add more options on xml and cosmosdb copy source --- .../stable/2018-06-01/entityTypes/Pipeline.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 8403e4ac0fcb..742729065b16 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -960,6 +960,14 @@ "validationMode": { "type": "object", "description": "Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string)." + }, + "detectDataType": { + "type": "object", + "description": "Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean)." + }, + "namespaces": { + "type": "object", + "description": "Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean)." }, "namespacePrefixes": { "type": "object", @@ -1550,6 +1558,10 @@ "preferredRegions": { "type": "object", "description": "Preferred regions. Type: array of strings (or Expression with resultType array of strings)." + }, + "detectDatetime": { + "type": "object", + "description": "Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean)." }, "additionalColumns": { "type": "array", From f6a13fa7483cb2d392efc9bcc5e106a29267871f Mon Sep 17 00:00:00 2001 From: "Shawn Xiao (IM)" Date: Tue, 28 Jul 2020 11:32:52 +0800 Subject: [PATCH 2/2] Add more options on xml and cosmosdb copy source --- .../stable/2018-06-01/entityTypes/Pipeline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 742729065b16..e5b132b7ca64 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -961,11 +961,11 @@ "type": "object", "description": "Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string)." }, - "detectDataType": { + "detectDataType": { "type": "object", "description": "Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean)." }, - "namespaces": { + "namespaces": { "type": "object", "description": "Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean)." }, @@ -1559,7 +1559,7 @@ "type": "object", "description": "Preferred regions. Type: array of strings (or Expression with resultType array of strings)." }, - "detectDatetime": { + "detectDatetime": { "type": "object", "description": "Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean)." },