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 bc311ab + b658b01 commit fecad75Copy full SHA for fecad75
src/readme.graph.md
@@ -899,5 +899,12 @@ directive:
899
subject: SiteOnenoteNotebookRecentNotebook
900
set:
901
alias: ${verb}-Mg${subject-prefix}SiteRecentNotebook
902
+# Setting the alias below as per the request on issue [#2560](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2560)
903
+
904
+ - where:
905
+ verb: Update
906
+ subject: ^User$
907
+ set:
908
+ alias: Set-Mg${subject-prefix}${subject}
909
910
```
0 commit comments