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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: resolve az executable via shutil.which on Windows (#23)
On Windows, az may only be launchable as az.cmd. Using shutil.which("az") resolves the correct executable path cross-platform, fixing FileNotFoundError on affected setups.