-
-
Save AshleyGrant/5de3269abfeb6c3c468f7326514bba4f to your computer and use it in GitHub Desktop.
Azure CLI in Git Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| "/C/Program Files (x86)/Microsoft SDKs/Azure/CLI2/python.exe" -Im azure.cli "$@" | |
| ret=$? | |
| exit $ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment