-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix az login on Windows under cmd.exe (#1513)
## Changes If the default windows shell is cmd.exe, the az login fails due to our handling of the command arguments. We've added the arg handling to fix issues when the vscode is installed in the folder that contains spaces, and so our databricks cli calls were failing. AZ cli doesn't have the same problems, as it's installed separately from the extension, so here I'm reverting back to using execFile without custom argument handling. Fixes #1468 <!-- Summary of your changes that are easy to understand --> ## Tests On win vm
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
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
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
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