Skip to content

Commit

Permalink
fix #384
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia committed Jan 8, 2024
1 parent b503882 commit e5a8dc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Cli/AzureCliLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export class AzureCliLogin {
await this.executeAzCliCommand(["--version"], true, execOptions);
core.debug(`Azure CLI version used:\n${output}`);

await this.executeAzCliCommand(["account", "clear"], true, execOptions);

this.setAzurestackEnvIfNecessary();

await this.executeAzCliCommand(["cloud", "set", "-n", this.loginConfig.environment], false);
Expand Down

0 comments on commit e5a8dc4

Please sign in to comment.