Skip to content

Commit 75d4b27

Browse files
authored
Merge branch 'dev' into enable-null-valued-properties
2 parents 9da3804 + b658b01 commit 75d4b27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/readme.graph.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,5 +869,12 @@ directive:
869869
subject: ^(Team|GroupTeam)All(ChannelCount)$
870870
set:
871871
alias: ${verb}-Mg${subject-prefix}${subject}
872+
# Setting the alias below as per the request on issue [#2560](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2560)
873+
874+
- where:
875+
verb: Update
876+
subject: ^User$
877+
set:
878+
alias: Set-Mg${subject-prefix}${subject}
872879

873880
```

0 commit comments

Comments
 (0)