Skip to content

Commit e54dba5

Browse files
authored
Merge branch 'main' into feature-new-run
2 parents ddb4ff0 + a28858b commit e54dba5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

AzureDevOpsPowerShell/Public/Api/Pipelines/Runs/Get-PipelineRun.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ function Get-PipelineRun {
2929
Retrieves the details of the specified run (with ID 456) for the given pipeline.
3030
.OUTPUTS
3131
System.Management.Automation.PSCustomObject
32-
33-
Returns an array of pipeline run objects. If specific run IDs are provided, only the matching runs are returned.
34-
.NOTES
3532
#>
3633
[CmdletBinding(SupportsShouldProcess)]
3734
param (

0 commit comments

Comments
 (0)