Created
April 28, 2020 21:36
-
-
Save nirgeier/a5b024922964540634eb1ddb566d66a1 to your computer and use it in GitHub Desktop.
Add az command to Git-bash
This file contains 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
# Add az (Azure cli) to git bash | |
echo "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd" $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} ${13} ${14} ${15} > "%USERPROFILE%\AppData\Local\Programs\Git\mingw64\bin\az" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment