Skip to content

Commit 540f05b

Browse files
authored
Add missing MaxPages parameter to comment-based help (#896)
Add missing MaxPages parameter to comment-based help
1 parent e163337 commit 540f05b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/powershell/public/Invoke-ZtAzureResourceGraphRequest.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
The API version for the Resource Graph endpoint.
2424
Defaults to '2024-04-01'.
2525
26+
.PARAMETER MaxPages
27+
Maximum number of pages to retrieve during pagination.
28+
Defaults to 100. Valid range is 1-1000.
29+
2630
.EXAMPLE
2731
Invoke-ZtAzureResourceGraphRequest -Query "Resources | summarize count() by type"
2832

0 commit comments

Comments
 (0)