Skip to content

Commit

Permalink
Update AzureStorageHelper.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms committed Apr 24, 2024
1 parent f7b9cbe commit 04ef007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/publish/AzureStorageHelper/AzureStorageHelper.psm1
Expand Up @@ -38,7 +38,7 @@ Function InstallRequiredModules (
}

$commandsExist = $true
$c = Get-Command Login-AzureAccount -errorAction SilentlyContinue
$c = Get-Command Connect-AzAccount -errorAction SilentlyContinue
if ($null -eq $c) {
$commandsExist = $false
} else {
Expand Down

0 comments on commit 04ef007

Please sign in to comment.