adding --top 10 removes the inProgress runs
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**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**
Contributor guide
Assessment
This issue has not been assessed yet.