-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az containerapp job list returns only 20 items #31762
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botContainerAppPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssuebugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-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 botContainerAppPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-IssuebugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
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