You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the CLI command azd env set, the value that's added to the .env file has a "" character before a special character, such as a !
To Reproduce
Steps to reproduce the behavior...
Run the azd env set CLI command
Expected behavior
The azd env set command should take the input and add it to the .env as entered from the user.
The text was updated successfully, but these errors were encountered:
Output from
azd version
Run
azd version
and copy and paste the output here:azd version 0.1.0-beta.4 (commit fd96b3e)
Output from
az version
Run
az version
and copy and paste the output here (minimum required version is 2.38.0):azd version 0.1.0-beta.4 (commit fd96b3e)
Describe the bug
When running the CLI command azd env set, the value that's added to the .env file has a "" character before a special character, such as a !
To Reproduce
Steps to reproduce the behavior...
Run the azd env set CLI command
Expected behavior
The azd env set command should take the input and add it to the .env as entered from the user.
The text was updated successfully, but these errors were encountered: