From 982325d526185efca6194172fed27cc09c4fcba2 Mon Sep 17 00:00:00 2001 From: kalyanrk61 Date: Tue, 22 Sep 2020 18:50:02 -0700 Subject: [PATCH] DataFactory: Update Rest Sink properties based on ship room comments. (#10815) * add rest sink swagger * update with shiproom comments Co-authored-by: Kalyan C Kesireddy --- .../stable/2018-06-01/entityTypes/Pipeline.json | 8 ++------ 1 file changed, 2 insertions(+), 6 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 ea95f8ea806d..35aa8392c78c 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 @@ -2203,13 +2203,9 @@ "type": "object", "description": "The time to await before sending next request, in milliseconds " }, - "compressionType": { + "httpCompressionType": { "type": "object", - "description": "Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. " - }, - "wrapRequestJsonInAnObject": { - "type": "object", - "description": "Wraps Request Array Json into an Object before calling the rest endpoint , Default is false. ex: if true request content sample format is { rows:[]} else the format is []" + "description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. " } } },