We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9999b8 + a8e871a commit 5be439aCopy full SHA for 5be439a
src/readme.graph.md
@@ -54,6 +54,27 @@ directive:
54
- microsoft.graph.team
55
- microsoft.graph.recipient
56
57
+ # Set parameter alias
58
+ - where:
59
+ parameter-name: OrderBy
60
+ set:
61
+ parameter-name: Sort
62
+ alias: OrderBy
63
64
+ parameter-name: Top
65
66
+ parameter-name: PageSize
67
+ alias: Top
68
69
+ parameter-name: Select
70
71
+ parameter-name: Property
72
+ alias: Select
73
74
+ parameter-name: Expand
75
76
+ parameter-name: ExpandProperty
77
+ alias: Expand
78
# Format cmdlet response.
79
- where:
80
model-name: MicrosoftGraphUser
0 commit comments