Open prubis opened 8 months ago
@prubis thank you for Identifying and reporting this issue. As we continue with our investigations, kindly consider using Invoke-MgGraphRequest
command. Please refer to this reference document for the list of parameters you can use.
Describe the bug Commandlet for API endpoint
POST /deviceManagement/reports/cachedReportConfigurations
(Graph API endpoint documented here) doesn't exist.To Reproduce Steps to reproduce the behavior:
New-MgBetaDeviceManagementReportCachedReportConfiguration
New-MgBetaDeviceManagementReportCachedReportConfiguration: The term 'New-MgBetaDeviceManagementReportCachedReportConfiguration' is not recognized as a name of a cmdlet, function, script file, or executable program.
Get-Command *-MgBetaDeviceManagementReportCachedReportConfiguration
- only theGet-
cmdlet exists.Expected behavior I would expect a commandlet would exist to provide this functionality - for example,
Get-MgBetaDeviceManagementReportCachedReportConfiguration
(theGET
equivalent) does exist.Debug Output N/A
Module Version 2.14.1
Environment Data
Screenshots N/A
Additional context The API endpoint does appear to be listed in the OpenAPI specification for Reports.yml, so I'm not sure why the corresponding commandlet isn't generated during builds.
Thank you!