You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AzResourceGraph/Public/Search-AzResourceGraph.ps1
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Allow partial scopes in the query. Only applicable for tenant and management gro
42
42
Number of rows to request per page (1-1000).
43
43
The function continues paging until all rows are retrieved.
44
44
45
+
.PARAMETERToken
46
+
Use to call Azure Resource Graph with a specified access token. Using this parameter will override any sign-in made with Connect-AzResourceGraph for a single command.
47
+
45
48
.EXAMPLE
46
49
# Execute a query stored in a file against two subscriptions
0 commit comments