From 937fa15a119bccf7521050f681f19b6cfa7428dd Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Tue, 28 Mar 2023 20:11:06 +0000 Subject: [PATCH 1/2] [AutoSync] 4abf9f4813 Add property to enable Set Pipeline Run Output. --- .../stable/2018-06-01/entityTypes/Pipeline.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 2a7ea9b6083f..cf6b518efda6 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 @@ -7176,8 +7176,12 @@ "type": "string" }, "value": { - "description": "Value to be set. Could be a static value or Expression", + "description": "Value to be set. Could be a static value or Expression.", "type": "object" + }, + "setSystemVariable": { + "description": "If set to true, it sets the pipeline run output value.", + "type": "boolean" } } }, From 30467997bc7c92669a1d4ed3ed56116d9d666931 Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Thu, 30 Mar 2023 17:19:51 +0000 Subject: [PATCH 2/2] [AutoSync] e1270606a9 Adjust naming --- .../stable/2018-06-01/entityTypes/Pipeline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cf6b518efda6..eef6bee35c31 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 @@ -7180,7 +7180,7 @@ "type": "object" }, "setSystemVariable": { - "description": "If set to true, it sets the pipeline run output value.", + "description": "If set to true, it sets the pipeline run return value.", "type": "boolean" } }