microsoftgraph / microsoftgraph/msgraph-sdk-powershell

[Critical] - Microsoft.Graph.Users.Functions missing many functions

Offen
#3,239 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Needs: Attention :wave: type:bug type:documentation
Vorherrschende Sprache
C#
Sterne
898
Forks
230
Ø Merge
2 T. 5 Std.
Gemergte PRs (30 T.)
31

Beschreibung

Describe the bug

Can't use Get-MgAllUserOnlineMeetingRecording with v2.26.1
Docs here: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions/?view=graph-powershell-1.0 say that there are a lot more functions in the library than are reported from the module

PowerShell 7.5.0
Loading personal and system profiles took 2151ms.
 gavinbarron > Import-Module Microsoft.Graph.Users.Functions -RequiredVersion 2.26.1
 gavinbarron >  Get-Command -Module  Microsoft.Graph.Users.Functions -CommandType Function

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Export-MgUserDeviceAndAppManagementData            2.26.1     Microsoft.Graph.Users.Functions
Function        Get-MgUserDelta                                    2.26.1     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedAppDiagnosticStatus               2.26.1     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedAppPolicy                         2.26.1     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedDeviceWithAppFailure              2.26.1     Microsoft.Graph.Users.Functions
Function        Invoke-MgViewUserReminder                          2.26.1     Microsoft.Graph.Users.Functions
Expected behavior
 gavinbarron >  Import-Module Microsoft.Graph.Users.Functions -RequiredVersion 2.25.0
 gavinbarron >  Get-Command -Module  Microsoft.Graph.Users.Functions -CommandType Function

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Export-MgUserDeviceAndAppManagementData            2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgAllUserChatMessage                           2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgAllUserOnlineMeetingRecording                2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgAllUserOnlineMeetingTranscript               2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserCalendarEventDelta                       2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserChatMessageDelta                         2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserChatMessageReplyDelta                    2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserChatRetainedMessage                      2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserContactDelta                             2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserContactFolderChildFolderContactDelta     2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserContactFolderChildFolderDelta            2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserContactFolderContactDelta                2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserContactFolderDelta                       2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDelta                                    2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveItemActivityByInterval              2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveItemDelta                           2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveItemListItemActivityByInterval      2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveListContentTypeCompatibleHubConten… 2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveListItemActivityByInterval          2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveListItemDelta                       2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveRootActivityByInterval              2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveRootDelta                           2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserDriveRootListItemActivityByInterval      2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserEventDelta                               2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserEventInstanceDelta                       2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserLicenseDetailTeamLicensingDetail         2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserMailFolderChildFolderDelta               2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserMailFolderChildFolderMessageDelta        2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserMailFolderDelta                          2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserMailFolderMessageDelta                   2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedAppDiagnosticStatus               2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedAppPolicy                         2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserManagedDeviceWithAppFailure              2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserMessageDelta                             2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserOnenoteRecentNotebook                    2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserOnlineMeetingRecordingDelta              2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserOnlineMeetingTranscriptDelta             2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserOnlineMeetingVirtualAppointmentJoinWebU… 2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserTodoListDelta                            2.25.0     Microsoft.Graph.Users.Functions
Function        Get-MgUserTodoTaskDelta                            2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgCalendarUserCalendarAllowedCalendarShari… 2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgGraphUserDrive                            2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgPreviewUserOnenotePage                    2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgRecentUserActivity                        2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgRecentUserDrive                           2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgSupportedUserOutlookLanguage              2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgTimeUserOutlook                           2.25.0     Microsoft.Graph.Users.Functions
Function        Invoke-MgViewUserReminder                          2.25.0     Microsoft.Graph.Users.Functions
Function        Search-MgUserDrive                                 2.25.0     Microsoft.Graph.Users.Functions
Function        Search-MgUserDriveItem                             2.25.0     Microsoft.Graph.Users.Functions
Function        Search-MgUserDriveRoot                             2.25.0     Microsoft.Graph.Users.Functions
Function        Test-MgUserDriveListContentTypePublished           2.25.0     Microsoft.Graph.Users.Functions
How to reproduce

Refer above

SDK Version

2.26.1

Latest version known to work for scenario above?

2.25.0

Known Workarounds

downgrade to v2.25.0

Debug output
Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Rechercherichtung

Reproduziere die Regression, indem du die Versionen 2.26.1 und 2.25.0 von Microsoft.Graph.Users.Functions importierst, und vergleiche anschließend die Ausgabe von Get-Command -Module Microsoft.Graph.Users.Functions -CommandType Function. Die Aufgabe ist erledigt, wenn die in 2.25.0 vorhandenen Funktionen, einschließlich Get-MgAllUserOnlineMeetingRecording, in 2.26.1 verfügbar sind, ohne dass ein Downgrade erforderlich ist.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
csharp, powershell
Bereich
api, tooling
Issue-Typ
Bug
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
35/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.