T P on 19 Oct 2023 14:33:40
In the Power BI website, deployment pipelines seem to be sorted by creation date (oldest first).
e.g.
https://app.powerbi.com/pipelines
That's the same order data is returned from the API, so the web page isn't doing any sorting.
e.g.
(Invoke-PowerBIRestMethod -Url 'pipelines' -Method get | ConvertFrom-Json).Value
Can the list please be sorted by name, so that I can find a specific pipeline without reading every name?
The large tiles are a related issue, but shouldn't get in the way of the quick-win of sorting.