diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json index cea78b86fdfb..841e71efd0fd 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json @@ -1594,7 +1594,7 @@ "type": "object", "properties": { "type": { - "type": "object", + "type": "string", "description": "Copy translator type." } }, @@ -2535,6 +2535,10 @@ "description": "Authentication method used for calling the endpoint.", "$ref": "#/definitions/WebActivityAuthentication" }, + "disableCertValidation": { + "type": "boolean", + "description": "When set to true, Certificate validation will be disabled." + }, "datasets": { "type": "array", "description": "List of datasets passed to web endpoint.", 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 5e26933b60db..a1d9b956bad2 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 @@ -6232,6 +6232,10 @@ "description": "Authentication method used for calling the endpoint.", "$ref": "#/definitions/WebActivityAuthentication" }, + "disableCertValidation": { + "type": "boolean", + "description": "When set to true, Certificate validation will be disabled." + }, "datasets": { "type": "array", "description": "List of datasets passed to web endpoint.",