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
According to your error message you are trying to run Export-AzViz command from bash. You must run it from within pwsh on a Mac.
If you have pwsh installed on your mac you can just type pwsh into the terminal to start a Powershell session. And from there you can run Export-AzViz.
I'm trying to use this with a mac, and after installing it from
brew
When I try to execute the How To Command, I get executable not found
Export-AzViz -ResourceGroup demo-2 -Theme light -OutputFormat png -Show -bash: Export-AzViz: command not found
The documentation unfortunately doesn't point to if the executable is different in case of Mac installation.
P.S. While this is a powershell module, I'm presuming that Mac is supported since mac installation command was provided.
The text was updated successfully, but these errors were encountered: