-
Notifications
You must be signed in to change notification settings - Fork 3.4k
adding --top 10 removes the inProgress runs #23509
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botDevOpsPipelinesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botDevOpsPipelinesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Related command
az pipelines runs list
Describe the bug
this command gives me the top ten runs in a nice table - only its missing the inProgress runs
az pipelines runs list --top 10 -o table
this command works as expected - it gives me 240 runs in a nice table - including the inProgress ones.
To Reproduce
submit a run
hit the command while the run is running wiht the --top 10
see lack of inProgress
Expected behavior
expect to see the inProgress runs too
Environment summary
linux, wsl on win 10
{
"azure-cli": "2.32.0",
"azure-cli-core": "2.32.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"aks-preview": "0.5.50",
"azure-devops": "0.22.0"
}
}
Additional context