Skip to content

Commit b5a06ff

Browse files
author
SDKAuto
committed
CodeGen from PR 17588 in Azure/azure-rest-api-specs
Merge 10df41a62ca1acb8d0db68e0534e64ea64ee4a26 into 19a632e2a2061888ce87446948e6b497dc835f5b
1 parent fa30b0f commit b5a06ff

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

schemas/2017-09-01-preview/Microsoft.DataFactory.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11821,6 +11821,17 @@
1182111821
],
1182211822
"description": "List of datasets passed to web endpoint."
1182311823
},
11824+
"disableCertValidation": {
11825+
"oneOf": [
11826+
{
11827+
"type": "boolean"
11828+
},
11829+
{
11830+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
11831+
}
11832+
],
11833+
"description": "When set to true, Certificate validation will be disabled."
11834+
},
1182411835
"headers": {
1182511836
"type": "object",
1182611837
"properties": {},

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29626,6 +29626,17 @@
2962629626
],
2962729627
"description": "List of datasets passed to web endpoint."
2962829628
},
29629+
"disableCertValidation": {
29630+
"oneOf": [
29631+
{
29632+
"type": "boolean"
29633+
},
29634+
{
29635+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29636+
}
29637+
],
29638+
"description": "When set to true, Certificate validation will be disabled."
29639+
},
2962929640
"headers": {
2963029641
"type": "object",
2963129642
"properties": {},

0 commit comments

Comments
 (0)