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.
1 parent 5a4b260 commit 93f276bCopy full SHA for 93f276b
src/readme.graph.md
@@ -864,5 +864,12 @@ directive:
864
subject: ^(Team|GroupTeam)All(ChannelCount)$
865
set:
866
alias: ${verb}-Mg${subject-prefix}${subject}
867
+# Setting the alias below as per the request on issue [#2560](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2560)
868
+
869
+ - where:
870
+ verb: Update
871
+ subject: ^User$
872
+ set:
873
+ alias: Set-Mg${subject-prefix}${subject}
874
875
```
0 commit comments