Skip to content

Commit d7ea133

Browse files
Merge pull request #217448 from jonburchel/patch-32
Update concepts-pipeline-execution-triggers.md
2 parents bb27898 + 51e549e commit d7ea133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/concepts-pipeline-execution-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For a complete sample, see [Quickstart: Create a data factory by using the REST
114114
The following sample command shows you how to manually run your pipeline by using Azure PowerShell:
115115

116116
```powershell
117-
Invoke-AzDataFactoryV2Pipeline -DataFactory $df -PipelineName "Adfv2QuickStartPipeline" -ParameterFile .\PipelineParameters.json
117+
Invoke-AzDataFactoryV2Pipeline -DataFactory $df -PipelineName "Adfv2QuickStartPipeline" -ParameterFile .\PipelineParameters.json -ResourceGroupName "myResourceGroup"
118118
```
119119

120120
You pass parameters in the body of the request payload. In the .NET SDK, Azure PowerShell, and the Python SDK, you pass values in a dictionary that's passed as an argument to the call:

0 commit comments

Comments
 (0)