microsoftgraph / msgraph-sdk-powershell

Powershell SDK for Microsoft Graph
https://www.powershellgallery.com/packages/Microsoft.Graph
Other
691 stars 165 forks source link

Removal of auto-generated cmdlets from AuditLogQuery API #2961

Closed arishojaswi closed 3 days ago

arishojaswi commented 1 week ago

Describe the bug

There are several auto-generated cmdlets associated with the AuditLogQuery API which need to be removed. List as follows: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlog?view=graph-powershell-beta https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlogquery?view=graph-powershell-beta https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlogquerycount?view=graph-powershell-beta https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlogqueryrecord?view=graph-powershell-beta https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlogqueryrecordcount?view=graph-powershell-beta

Expected behavior

We want customers to use the main AuditLogQuery API methods as listed here: https://learn.microsoft.com/en-us/graph/api/resources/security-auditlogquery?view=graph-rest-beta. These auto-generated cmdlets are not actively supported by us and cause confusion/issues among customers.

How to reproduce

Removal of cmdlets and associated documentation from public docs.

SDK Version

No response

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ``` ```

Configuration

No response

Other information

No response