Skip to content

Commit 6151689

Browse files
kalyanrk61Kalyan C Kesireddy
authored andcommitted
synapse web activity update: Disable Cert Validation property. (Azure#18294)
* Add pipeline policy and ElapsedTime Policy * adding missing objects * fix schema validation * fix prettier issues * add disable cert validation in webactivity Co-authored-by: Kalyan C Kesireddy <[email protected]>
1 parent 1f0981b commit 6151689

File tree

1 file changed

+4
-0
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes

1 file changed

+4
-0
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,6 +5990,10 @@
59905990
"description": "Authentication method used for calling the endpoint.",
59915991
"$ref": "#/definitions/WebActivityAuthentication"
59925992
},
5993+
"disableCertValidation": {
5994+
"type": "boolean",
5995+
"description": "When set to true, Certificate validation will be disabled."
5996+
},
59935997
"datasets": {
59945998
"type": "array",
59955999
"description": "List of datasets passed to web endpoint.",

0 commit comments

Comments
 (0)