mirror of
https://github.com/azure/login.git
synced 2026-06-05 21:17:07 +00:00
Replace az --version with az version (#450)
This commit is contained in:
parent
cb503d892a
commit
5b1f5e2d92
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue