File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed
Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,9 @@ directive:
4242 verb : Get
4343 subject : ^(UserCalendarSchedule)$
4444 remove : true
45+ # Remove cmdlet to avoid conflicts where alias has been set:[#3241](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3241)
46+ - where :
47+ verb : Get
48+ subject : ^UserCalendarEventDelta$
49+ remove : true
4550` ` `
Original file line number Diff line number Diff line change @@ -38,4 +38,15 @@ directive:
3838 subject : ^UserOnlineMeeting$
3939 variant : ^(Create|CreateExpanded|CreateViaIdentity|CreateViaIdentityExpanded)([1-9]{1,2})$
4040 remove : true
41+
42+ # Remove cmdlet to avoid conflicts where alias has been set: [#3241](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3241)
43+ - where :
44+ verb : Get
45+ subject : ^AllUserOnlineMeetingRecording$
46+ remove : true
47+ - where :
48+ verb : Get
49+ subject : ^AllUserOnlineMeetingTranscript$
50+ remove : true
51+
4152```
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments