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 46a4bfd commit 028208dCopy full SHA for 028208d
src/readme.graph.md
@@ -962,5 +962,23 @@ directive:
962
subject: ^(.*)(OnPremise)(.*)$
963
set:
964
alias: ^(.*)(OnPremises)(.*)$
965
+
966
+# Setting the alias below as per the request on issue [#3241](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3241)
967
968
+ - where:
969
+ verb: Get
970
+ subject: UserOnlineMeetingTranscript
971
+ set:
972
+ alias: Get-Mg${subject-prefix}AllUserOnlineMeetingTranscript
973
974
975
+ subject: UserEventDelta
976
977
+ alias: Get-Mg${subject-prefix}UserCalendarEventDelta
978
979
980
+ subject: UserOnlineMeetingRecording
981
982
+ alias: Get-Mg${subject-prefix}AllUserOnlineMeetingRecording
983
984
```
0 commit comments