Skip to content

Commit ebfd682

Browse files
authored
Small spelling, formatting changes (#14155)
'objecy' jumped out at me, so I figured I'd see if there's anything else needs changing to make this look better. Question: In other functions, SubscriptionId is a "String" type - here it is listed as a "String[]" type - is this correct?
1 parent f1e6360 commit ebfd682

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ResourceGraph/ResourceGraph/help/Get-AzResourceGraphQuery.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Get a single graph query by its resourceName.
3535

3636
## EXAMPLES
3737

38-
### Example 1: Get all resource graph query under a resource group
38+
### Example 1: Get all resource graph queries under a resource group
3939
```powershell
4040
PS C:\> Get-AzResourceGraphQuery -ResourceGroupName azure-rg-test
4141
@@ -57,7 +57,7 @@ Location Name Type
5757

5858
This command gets a resource graph query by name.
5959

60-
### Example 2: Get a resource graph query by objecy
60+
### Example 2: Get a resource graph query by object
6161
```powershell
6262
PS C:\> $query = New-AzResourceGraphQuery -ResourceGroupName azure-rg-test -Name query-t03 -Location 'global' -Query 'project id, name, type, location' -Description 'test'
6363
PS C:\> Get-AzResourceGraphQuery -InputObject $query
@@ -88,6 +88,7 @@ Accept wildcard characters: False
8888
8989
### -InputObject
9090
Identity Parameter
91+
9192
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
9293
9394
```yaml

0 commit comments

Comments
 (0)