Skip to content

Commit a8e871a

Browse files
committed
Rename Odata query parameters to PowerShell vocabulary.
1 parent e12d607 commit a8e871a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/readme.graph.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,23 @@ directive:
5858
- where:
5959
parameter-name: OrderBy
6060
set:
61-
alias: Sort
61+
parameter-name: Sort
62+
alias: OrderBy
6263
- where:
6364
parameter-name: Top
6465
set:
65-
alias: PageSize
66+
parameter-name: PageSize
67+
alias: Top
6668
- where:
6769
parameter-name: Select
6870
set:
69-
alias: Property
71+
parameter-name: Property
72+
alias: Select
7073
- where:
7174
parameter-name: Expand
7275
set:
73-
alias: ExpandProperty
76+
parameter-name: ExpandProperty
77+
alias: Expand
7478
# Format cmdlet response.
7579
- where:
7680
model-name: MicrosoftGraphUser

0 commit comments

Comments
 (0)