mirror of
https://github.com/azure/login.git
synced 2026-03-12 18:07:08 -04:00
Replace az --version with az version (#450)
This commit is contained in:
@@ -28,7 +28,7 @@ export class AzureCliLogin {
|
||||
}
|
||||
};
|
||||
|
||||
await this.executeAzCliCommand(["--version"], true, execOptions);
|
||||
await this.executeAzCliCommand(["version"], true, execOptions);
|
||||
core.debug(`Azure CLI version used:\n${output}`);
|
||||
|
||||
this.setAzurestackEnvIfNecessary();
|
||||
|
||||
Reference in New Issue
Block a user