You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1594,7 +1594,7 @@
1594
1594
"type": "object",
1595
1595
"properties": {
1596
1596
"type": {
1597
-
"type": "object",
1597
+
"type": "string",
1598
1598
"description": "Copy translator type."
1599
1599
}
1600
1600
},
@@ -2535,6 +2535,10 @@
2535
2535
"description": "Authentication method used for calling the endpoint.",
2536
2536
"$ref": "#/definitions/WebActivityAuthentication"
2537
2537
},
2538
+
"disableCertValidation": {
2539
+
"type": "boolean",
2540
+
"description": "When set to true, Certificate validation will be disabled."
2541
+
},
2538
2542
"datasets": {
2539
2543
"type": "array",
2540
2544
"description": "List of datasets passed to web endpoint.",
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6287,6 +6287,10 @@
6287
6287
"description": "Authentication method used for calling the endpoint.",
6288
6288
"$ref": "#/definitions/WebActivityAuthentication"
6289
6289
},
6290
+
"disableCertValidation": {
6291
+
"type": "boolean",
6292
+
"description": "When set to true, Certificate validation will be disabled."
6293
+
},
6290
6294
"datasets": {
6291
6295
"type": "array",
6292
6296
"description": "List of datasets passed to web endpoint.",
0 commit comments