From 93f276b826454337900a3dbd8bab4c9109a31f9a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 13 Feb 2025 17:46:46 +0300 Subject: [PATCH] Set alias for Update-MgUser to Set-MgUser --- src/readme.graph.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/readme.graph.md b/src/readme.graph.md index a2c0dd987e1..3d0df15c854 100644 --- a/src/readme.graph.md +++ b/src/readme.graph.md @@ -864,5 +864,12 @@ directive: subject: ^(Team|GroupTeam)All(ChannelCount)$ set: alias: ${verb}-Mg${subject-prefix}${subject} +# Setting the alias below as per the request on issue [#2560](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2560) + + - where: + verb: Update + subject: ^User$ + set: + alias: Set-Mg${subject-prefix}${subject} ```