Azure / Azure/azure-powershell
[Feature]: `Search-AzGraph` - Parameter to handle pagination / return all items
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
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?
Contributor guide
Research direction
Start by locating the Search-AzGraph cmdlet and read the Azure Resource Graph pagination guidance linked in the issue. Determine how a parameter such as -All should control pagination, then verify that the cmdlet can return all items rather than requiring callers to implement the documented loop themselves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, powershell
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100