Skip to content

[Feature]: Search-AzGraph - Parameter to handle pagination / return all items #24163

Open
@o-l-a-v

Description

@o-l-a-v

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?

Activity

added
feature-requestThis issue requires a new behavior in the product in order be resolved.
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on Feb 14, 2024
added
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
and removed
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on Feb 14, 2024
isra-fel

isra-fel commented on Feb 18, 2024

@isra-fel
Member

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 if Search-AzGraph has its reason.

added
Service AttentionThis issue is responsible by Azure service team.
and removed
needs-triageThis is a new issue that needs to be triaged to the appropriate team.
on Feb 18, 2024
microsoft-github-policy-service

microsoft-github-policy-service commented on Feb 18, 2024

@microsoft-github-policy-service
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @chiragg4u.

github-actions

github-actions commented on May 12, 2025

@github-actions

Here are some similar issues that might help you. Please check if they can solve your problem.


Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)

Support a -All switch that handles paging and returns all results.

Reference:

Powered by issue-sentinel

added
TrackingWe will track status and follow internally
on May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @o-l-a-v@isra-fel

        Issue actions

          [Feature]: `Search-AzGraph` - Parameter to handle pagination / return all items · Issue #24163 · Azure/azure-powershell