We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5149d commit 887d35fCopy full SHA for 887d35f
scripts/auth_init.py
@@ -81,7 +81,7 @@ async def create_or_update_application_with_secret(
81
82
83
def update_azd_env(name, val):
84
- subprocess.run(f"azd env set {name} {val}", shell=True)
+ subprocess.run(f'azd env set {name} "{val}"', shell=True)
85
86
87
def random_app_identifier():
0 commit comments