Output from azd version
azd version 1.7.0 (commit 49d6adc)
Describe the bug
Running azd init --template webapp-mysql-dbjohn0isaac/flask-webapp-mysql-db , shows this output, and never returns a prompt or error (same for multiple different templates)
Initializing an app to run on Azure (azd init)
| ====| Downloading template code to: /home/xxxxxx/test/azd01
This is the same as issue : #460 , but that has been closed
Also, running azd to get the help screen, it says the command syntax is azd init --template [template name]. Running azd template list the Name is different from the Repository Path. I'm assuming you are not expecting the Name on the init command line?
To Reproduce
as above
Expected behavior
expect to either work, or return a error message
Environment
WIndows 11, running in WSL2 using Ubuntu.
Output from
azd versionazd version 1.7.0 (commit 49d6adc)
Describe the bug
Running
azd init --template webapp-mysql-dbjohn0isaac/flask-webapp-mysql-db, shows this output, and never returns a prompt or error (same for multiple different templates)This is the same as issue : #460 , but that has been closed
Also, running
azdto get the help screen, it says the command syntax isazd init --template [template name]. Runningazd template listtheNameis different from theRepository Path. I'm assuming you are not expecting theNameon the init command line?To Reproduce
as above
Expected behavior
expect to either work, or return a error message
Environment
WIndows 11, running in WSL2 using Ubuntu.