Given an Azure ADO project with pipelines. Some of the pipelines are in the root folder. Other pipelines exist in folders and sub-folders.
In this situation, calling az pipelines list returns more results if providing --query-order. For example:
returns 1,256 recrords
az pipelines list --org [org] --project [project]
returns 1,472 records
az pipelines list --org [org] --project [project] --query-order NameAsc
Expected behavior is that both commands should return the same set of records, albeit in a different order. If the current behavior is by design, then this should be documented.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Given an Azure ADO project with pipelines. Some of the pipelines are in the root folder. Other pipelines exist in folders and sub-folders.
In this situation, calling az pipelines list returns more results if providing --query-order. For example:
returns 1,256 recrords
az pipelines list --org [org] --project [project]
returns 1,472 records
az pipelines list --org [org] --project [project] --query-order NameAsc
Expected behavior is that both commands should return the same set of records, albeit in a different order. If the current behavior is by design, then this should be documented.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.