From ab1f90caf8dea1c0f798f20c307d693e987a7454 Mon Sep 17 00:00:00 2001 From: Jingshu923 <52914166+Jingshu923@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:17:37 +0800 Subject: [PATCH] [AutoSync] 91b7e73401 add (#21255) Co-authored-by: swagger-automation --- .../stable/2018-06-01/entityTypes/Pipeline.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 0e147b29f989..281fc3cbefd8 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -7504,6 +7504,10 @@ "description": "Script activity properties.", "type": "object", "properties": { + "scriptBlockExecutionTimeout": { + "type": "object", + "description": "ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, "scripts": { "type": "array", "description": "Array of script blocks. Type: array.",