Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/powershell/public/Invoke-ZtAzureResourceGraphRequest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
The API version for the Resource Graph endpoint.
Defaults to '2024-04-01'.

.PARAMETER MaxPages
Maximum number of pages to retrieve during pagination.
Defaults to 100. Valid range is 1-1000.

.EXAMPLE
Invoke-ZtAzureResourceGraphRequest -Query "Resources | summarize count() by type"

Expand Down
Loading