Skip to content

Commit 7aba25d

Browse files
kalyanrk61Kalyan C Kesireddy
authored andcommitted
ADF: Web Activity disable cert validation (Azure#17588)
* Add pipeline policy and ElapsedTime Policy * adding missing objects * fix schema validation * fix prettier issues * add disable cert validation property * fix data type * touch the file * fix extra spaces * fix the recommandation from LeiNei and Binlu Co-authored-by: Kalyan C Kesireddy <[email protected]>
1 parent e816612 commit 7aba25d

File tree

2 files changed

+9
-1
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory

2 files changed

+9
-1
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
"type": "object",
15951595
"properties": {
15961596
"type": {
1597-
"type": "object",
1597+
"type": "string",
15981598
"description": "Copy translator type."
15991599
}
16001600
},
@@ -2535,6 +2535,10 @@
25352535
"description": "Authentication method used for calling the endpoint.",
25362536
"$ref": "#/definitions/WebActivityAuthentication"
25372537
},
2538+
"disableCertValidation": {
2539+
"type": "boolean",
2540+
"description": "When set to true, Certificate validation will be disabled."
2541+
},
25382542
"datasets": {
25392543
"type": "array",
25402544
"description": "List of datasets passed to web endpoint.",

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6287,6 +6287,10 @@
62876287
"description": "Authentication method used for calling the endpoint.",
62886288
"$ref": "#/definitions/WebActivityAuthentication"
62896289
},
6290+
"disableCertValidation": {
6291+
"type": "boolean",
6292+
"description": "When set to true, Certificate validation will be disabled."
6293+
},
62906294
"datasets": {
62916295
"type": "array",
62926296
"description": "List of datasets passed to web endpoint.",

0 commit comments

Comments
 (0)