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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Get a single graph query by its resourceName.

## EXAMPLES

### Example 1: Get all resource graph query under a resource group
### Example 1: Get all resource graph queries under a resource group
```powershell
PS C:\> Get-AzResourceGraphQuery -ResourceGroupName azure-rg-test

Expand All @@ -57,7 +57,7 @@ Location Name Type

This command gets a resource graph query by name.

### Example 2: Get a resource graph query by objecy
### Example 2: Get a resource graph query by object
```powershell
PS C:\> $query = New-AzResourceGraphQuery -ResourceGroupName azure-rg-test -Name query-t03 -Location 'global' -Query 'project id, name, type, location' -Description 'test'
PS C:\> Get-AzResourceGraphQuery -InputObject $query
Expand Down Expand Up @@ -88,6 +88,7 @@ Accept wildcard characters: False

### -InputObject
Identity Parameter

To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

```yaml
Expand Down