-
Notifications
You must be signed in to change notification settings - Fork 211
Description
Describe the bug
Get-MgAllUserOnlineMeetingRecording
cmdlet is missing in 2.26.1 cmdlet. Based on the last openApi build the cmdlet has been renamed to Get-MgUserOnlineMeetingRecording
, therefore an alias needs to be added for backward compatibility
Expected behavior
Running Get-Command Get-MgAllUserOnlineMeetingRecording
should give results indicating availability of the cmdlet.

How to reproduce
With the latest Microsoft.Graph module installed run Get-Command Get-MgAllUserOnlineMeetingRecording
.

SDK Version
2.26.1
Latest version known to work for scenario above?
No response
Known Workarounds
Use any of the below cmdlets.
-
Get-MgUserOnlineMeetingRecording
-
Invoke-MgGraphRequest -Uri `https://graph.microsoft.com/v1.0/users/<Use-Id>/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime) -Method GET
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_