Get-MgAuditLogSignIn missing from Microsoft.Graph.Reports and or Microsoft.Graph in Azure Runbook Powershell Runtime Environment
Can anyone confirm the following...
The Get-MgAuditLogSignIn commandlet is missing from Microsoft.Graph.Reports and or Microsoft.Graph modules in Azure's Runbook Powershell Runtime Environments!
I created a working script locally but when i run it in an Azure runbook I get the following error:
The term 'Get-MgAuditLogSignIn' is not recognized as a name of a cmdlet, function, script file, or executable program.
My runtime is Powershell 7.2
I even switched to the Runtime Preview and created my own Runtime with Powershell 7.2 and or 7.4 and made sure to include Microsoft.Graph.Reports and or Microsoft.Graph in the runtime.