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 7633281 commit e39a9ecCopy full SHA for e39a9ec
packages/databricks-vscode/src/configuration/AzureCliCheck.ts
@@ -254,7 +254,9 @@ export class AzureCliCheck implements Disposable {
254
const useDeviceCode = this.isCodeSpaces ? "--use-device-code" : "";
255
256
terminal.sendText(
257
- `${this.azBinPath} login ${useDeviceCode} ${
+ `${
258
+ this.azBinPath
259
+ } login --allow-no-subscriptions ${useDeviceCode} ${
260
tenant ? "-t " + tenant : ""
261
}; echo "Press any key to close the terminal and continue ..."; read; exit`
262
);
0 commit comments