#!/bin/sh
# MacPorts-installed wrapper for the Microsoft Azure CLI.
PYTHONPATH="/opt/local/share/azure-cli${PYTHONPATH:+:$PYTHONPATH}"
export PYTHONPATH
export AZ_INSTALLER=MACPORTS
exec /opt/local/bin/python3.13 -m azure.cli "$@"
