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
This line should be use Write-Host, instead of Write-Output. It's used in a function, so using Write-Output could create an issue if something uses output from the function.
https://github.com/Get-Nerdio/NMW/blob/bf8e3d5cefbde0d8e7ac903067ee3780dd15aca4/scripted-actions/azure-runbooks/Update Az.DesktopVirtualization module.ps1#L31
This line should be use Write-Host, instead of Write-Output. It's used in a function, so using Write-Output could create an issue if something uses output from the function.