Skip to content

v1.1.1

Choose a tag to compare

@temporaer temporaer released this 27 Apr 11:24
· 14 commits to main since this release
5bb8e4c

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.

Fixes #22