-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] azd env set adds a / character to value #511
Comments
Wasn't it a trailing ""? |
@jongio actually when the env variable included a special character, for example !, it was adding a \ before it. |
@greenie-msft Does this still repro? |
@v-xuto can you see if this is still reproducible? |
@rajeshkamal5050 This issue can be reproduced, and we started trying to fix it. |
@rajeshkamal5050 We have created this PR#4542 to fix this issue, please review it, thank you. |
This is expected behavior. Some special characters like Closing this as expected bahavior. |
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: