From 228655d3e24fe7a0e73ad03728068fee9cc4c997 Mon Sep 17 00:00:00 2001 From: qingyhe <47622338+qingyhe@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:36:55 +0800 Subject: [PATCH] Add table option to copy sink (#6819) --- .../stable/2018-06-01/entityTypes/Pipeline.json | 4 ++++ 1 file changed, 4 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 6769a8c205f1..2ce9f0ee9dce 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 @@ -2606,6 +2606,10 @@ "maxConcurrentConnections": { "type": "object", "description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)." + }, + "tableOption": { + "type": "object", + "description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)." } }, "additionalProperties": {