-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
The command returns maximum of 20 items. This fact is not highlighted anywhere and there is no option to return more.
Looking at the raw result (using --debug) it seems that "nextLink" is provided, so it seems that the cli command does not follow the nextLinks.
Related command
az containerapp job list
Errors
Only 20 items are returned, even though there are many more.
Issue script & Debug output
..
Expected behavior
All items should've been returned, or the documentation should highlight the maximum number of items returned, and provide option to define the maximum number of items returned.
Environment Summary
azure-cli 2.75.0
core 2.75.0
telemetry 1.1.0
Extensions:
aks-preview 5.0.0b1
azure-devops 1.0.1
containerapp 0.3.32
rdbms-connect 1.0.6
Dependencies:
msal 1.33.0b1
azure-mgmt-resource 23.3.0
Additional context
No response