Skip to content

Commit 070f2fb

Browse files
[Hub Generated] Publish private branch 'datafactory/dfandel/swagger_change' (#26865)
* [AutoSync] 3cce408dc5 Add missing WebActivity fields * [AutoSync] 540ce06329 Fix incorrect message --------- Co-authored-by: swagger-automation <swagger@microsoft.com>
1 parent 5f00ca0 commit 070f2fb

File tree

1 file changed

+9
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7012,6 +7012,15 @@
70127012
"type": "boolean",
70137013
"description": "When set to true, Certificate validation will be disabled."
70147014
},
7015+
"httpRequestTimeout": {
7016+
"type": "object",
7017+
"x-ms-format": "dfe-string",
7018+
"description": "Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes"
7019+
},
7020+
"turnOffAsync": {
7021+
"type": "boolean",
7022+
"description": "Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers."
7023+
},
70157024
"datasets": {
70167025
"type": "array",
70177026
"description": "List of datasets passed to web endpoint.",

0 commit comments

Comments
 (0)