From 4114355f0890d123f0e9617f6ddfe9366f4e3736 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:13:22 +0000 Subject: [PATCH] Updating pipeline: 06 - Example Global Param --- Code/DataFactory/pipeline/06 - Example Global Param.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/DataFactory/pipeline/06 - Example Global Param.json b/Code/DataFactory/pipeline/06 - Example Global Param.json index ba032ca..4fae862 100644 --- a/Code/DataFactory/pipeline/06 - Example Global Param.json +++ b/Code/DataFactory/pipeline/06 - Example Global Param.json @@ -53,7 +53,7 @@ "typeProperties": { "variableName": "GlobalParam", "value": { - "value": "@pipeline().globalParameters.Environment", + "value": "@concat(pipeline().globalParameters.Environment,'Test')", "type": "Expression" } }