We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb4ff0 + a28858b commit e54dba5Copy full SHA for e54dba5
AzureDevOpsPowerShell/Public/Api/Pipelines/Runs/Get-PipelineRun.ps1
@@ -29,9 +29,6 @@ function Get-PipelineRun {
29
Retrieves the details of the specified run (with ID 456) for the given pipeline.
30
.OUTPUTS
31
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
35
#>
36
[CmdletBinding(SupportsShouldProcess)]
37
param (
0 commit comments