You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: [Debug]Command [
Set-AzContext -Subscription $armComponents.Subscription
$Workspace = Get-AzOperationalInsightsWorkspace -ResourceGroupName $armComponents.ResourceGroup -Name $armComponents.ResourceName
$QueryResults = Invoke-AzOperationalInsightsQuery -WorkspaceId $Workspace.CustomerId -Query $MachinesOnboaredToAutomationUpdateManagementQuery -Error
Action Stop
return $QueryResults
] failed. Retrying in 5 seconds, exception message:The 'Get-AzOperationalInsightsWorkspace' command was found in the module 'Az.OperationalInsights', but
the module could not be loaded. For more information, run 'Import-Module Az.OperationalInsights'..