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 4d9097e + 2a99f33 commit 09855d3Copy full SHA for 09855d3
src/readme.graph.md
@@ -207,6 +207,10 @@ directive:
207
subject: ^(\w*[a-z])GraphOPre(\w*)$
208
set:
209
subject: $1Of$2
210
+ - where:
211
+ subject: ^(\w*[a-z])GraphRPre(\w*)$
212
+ set:
213
+ subject: $1Or$2
214
- where:
215
verb: Clear
216
subject: ^UserManagedAppRegistrationByDeviceTag$
tools/TweakOpenApi.ps1
@@ -16,6 +16,7 @@ $prepositionReplacements = @{
16
At = "GraphAPre"
17
For = "GraphFPre"
18
Of = "GraphOPre"
19
+ Or = "GraphRPre"
20
}
21
22
$wordReplacements = @{
0 commit comments