Skip to content

Commit 862a79a

Browse files
authored
Merge pull request #2202 from microsoftgraph/people-pronoun-rename
Adds autorest directive to pluralize "person" noun.
2 parents 93dec7f + cc1c71b commit 862a79a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/readme.graph.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ directive:
165165
subject: ^(.*)List(.*)(As.*)$
166166
set:
167167
subject: $1$2$3
168+
- where:
169+
subject: ^(Admin)(Person)
170+
set:
171+
subject: AdminPeople
168172
# Remove *AvailableExtensionProperty commands except those bound to DirectoryObject.
169173
- where:
170174
subject: ^(?!DirectoryObject).*AvailableExtensionProperty$

0 commit comments

Comments
 (0)