Skip to content

Commit f4d8542

Browse files
authored
Merge pull request #9593 from Azure/chboudry-patch-1
Update Get-AzDataFactoryV2PipelineRun.md
2 parents 23ab29d + 6243ab4 commit f4d8542

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/DataFactory/DataFactoryV2/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## Upcoming Release
2222
* Updated ADF .Net SDK version to 4.0.0
23+
* Fix typo in documentation for `Get-AzDataFactoryV2PipelineRun`
2324

2425
## Version 1.1.2
2526
* Updating the output of get activity runs, get pipeline runs, and get trigger runs ADF cmdlets to support Select-Object pipe.

src/DataFactory/DataFactoryV2/help/Get-AzDataFactoryV2PipelineRun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-AzDataFactoryV2PipelineRun [-ResourceGroupName] <String> [-DataFactoryName]
3939
```
4040

4141
## DESCRIPTION
42-
The **Get-AzDataFactoryV2PipelineRun** command returns information about runs for the specified pipeline. If PipelineRunId is specified, it shows details for the run with that ID. If the PipelineRunId is not specified, then it shows information about all runs for the specified pipeline that happened between the values of LastUpdatedAfter and LastUpdatedBefore.
42+
The **Get-AzDataFactoryV2PipelineRun** command returns information about runs for the specified pipeline. If PipelineRunId is specified, it shows details for the run with that ID. If the PipelineRunId is not specified, then it shows information about all runs for the pipelines that happened between the values of LastUpdatedAfter and LastUpdatedBefore.
4343

4444
## EXAMPLES
4545

0 commit comments

Comments
 (0)