Open
Description
Description of the new feature
Please add logic to handle pagination for Search-AzGraph
in the cmdlet itself.
Now we have to handle it in code like described here:
Search tags
So I don't create more duplicates like #27737 😅
- paging
Proposed implementation details (optional)
Maybe a parameter -All
, like Microsoft.Graph
does it?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
isra-fel commentedon Feb 18, 2024
Thanks for the feedback, I'll loop in Resource Graph team.
The common practice in Azure PowerShell is to handle pagination and return all items by default (
Get-AzResource
for example) unless ifSearch-AzGraph
has its reason.microsoft-github-policy-service commentedon Feb 18, 2024
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @chiragg4u.
Search-AzGraph
should support paging with a new-All
switch #27737github-actions commentedon May 12, 2025
Here are some similar issues that might help you. Please check if they can solve your problem.
Search-AzGraph
should support paging with a new-All
switch #27737Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)
Support a
-All
switch that handles paging and returns all results.Reference:
Search-AzGraph
should support paging with a new-All
switch #27737 (comment)Powered by issue-sentinel