Skip to content

Commit 028208d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added alias for the renamed cmdlet for backward compatibility
1 parent 46a4bfd commit 028208d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/readme.graph.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,5 +962,23 @@ directive:
962962
subject: ^(.*)(OnPremise)(.*)$
963963
set:
964964
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+
- where:
974+
verb: Get
975+
subject: UserEventDelta
976+
set:
977+
alias: Get-Mg${subject-prefix}UserCalendarEventDelta
978+
- where:
979+
verb: Get
980+
subject: UserOnlineMeetingRecording
981+
set:
982+
alias: Get-Mg${subject-prefix}AllUserOnlineMeetingRecording
965983

966984
```

0 commit comments

Comments
 (0)