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
Line 9 in Get-DOTExecutable.ps1 causes an error and terminates the execution of AzViz, if the dot application wasn't found in the system search path.
This should be handled so that it's not necessary to add Graphviz to $env:path if it's installed in one of the predefined default directories (lines 4-7).
I'm currently using PowerShell version
Major
Minor
Build
Revision
5
1
19041
1320
Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
Line 9 in
Get-DOTExecutable.ps1
causes an error and terminates the execution of AzViz, if thedot
application wasn't found in the system search path.This should be handled so that it's not necessary to add Graphviz to
$env:path
if it's installed in one of the predefined default directories (lines 4-7).I'm currently using PowerShell version
Thank you!
The text was updated successfully, but these errors were encountered: