Skip to content

Commit b658b01

Browse files
authored
Merge pull request #3125 from microsoftgraph/tm/add-set-user-alias
Set alias for Update-MgUser to Set-MgUser
2 parents 5a4b260 + 93f276b commit b658b01

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
@@ -864,5 +864,12 @@ directive:
864864
subject: ^(Team|GroupTeam)All(ChannelCount)$
865865
set:
866866
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}
867874

868875
```

0 commit comments

Comments
 (0)