Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
diecknet authored Mar 20, 2024
1 parent 21700d4 commit 8fc5f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleAzureVMStartStop.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ try {
}
else {
Write-Output "Trying to connect to Azure with a system assigned Identity..."
$null = Connect-AzAccount -Identity
$null = Connect-AzAccount -Identity
}
}
catch {
Expand Down

0 comments on commit 8fc5f27

Please sign in to comment.