Skip to content

Commit 4e42618

Browse files
committed
Merge branch 'patch-1' of https://github.com/pankajksingh/azure-docs into april-public-prs-2025
2 parents c2c1037 + c5be4f9 commit 4e42618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/how-to-use-trigger-parameterization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Under the `properties` section, add parameter definitions to the `parameters` se
7070
"userProperties": [],
7171
"typeProperties": {
7272
"url": {
73-
"value": "@pipeline().parameters.parameter_2",
73+
"value": "@pipeline().parameters.parameter_1",
7474
"type": "Expression"
7575
},
7676
"method": "GET"

0 commit comments

Comments
 (0)