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 9da3804 + b658b01 commit 75d4b27Copy full SHA for 75d4b27
src/readme.graph.md
@@ -869,5 +869,12 @@ directive:
869
subject: ^(Team|GroupTeam)All(ChannelCount)$
870
set:
871
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}
879
880
```
0 commit comments