Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Adds documentation for the clientside-pagination directive in the directives guide, covering expected behavior and usage patterns.

  • Directive coverage
    • Adds a new “Client-Side Pagination” section describing how the directive hides pagination parameters, auto-iterates pages, and when to use it
    • Includes standard usage and regex selection examples

Example:

# Enable client-side pagination for all Get-*List cmdlets
directive:
  - where:
      verb: Get
      subject: (.*)List$
    set:
      clientside-pagination: true
Original prompt

This section details on the original issue you should resolve

<issue_title>Add doc for the clientside-pagination directive</issue_title>
<issue_description>Add a section in https://github.com/Azure/autorest.powershell/blob/main/docs/directives.md to describe the clientside-pagination directive.

Implementation details are in this pull request: #828</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add documentation for clientside-pagination directive Document clientside-pagination directive behavior Feb 4, 2026
Copilot AI requested a review from isra-fel February 4, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add doc for the clientside-pagination directive

2 participants