Skip to content

Commit 8d7cbe3

Browse files
committed
Minor edit on the Expand parameter section
1 parent 0e71125 commit 8d7cbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/docs-conceptual/use-query-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Id DeletedDateTime
7474
e6d486c1-20f3-426d-bc5d-736c8f467254
7575
```
7676

77-
With some resource collections, you can also specify the properties to be returned in the expanded resources by adding the `-Select` parameter. The following example performs the same query as the previous example but uses a ['Select`](#select-parameter) statement to limit the properties returned for the expanded child items to the **Id** only.
77+
With some resource collections, you can also specify the properties to be returned in the expanded resources by adding the `Select` statement. The following example performs the same query as the previous example but uses a `Select` statement to limit the properties returned for the expanded child items to the **Id** only.
7878

7979
```powershell
8080
Get-MgGroup -GroupId '0e06b38f-931a-47db-9a9a-60ab5f492005' -Expand members |

0 commit comments

Comments
 (0)