Skip to content

Commit d0a7e3f

Browse files
Merge pull request #584 from tudordumitriu/tdum/remove-azurepsdrive-log
Removed confusing message when AzurePSDrive is imported
2 parents 98ea9bb + 8508a97 commit d0a7e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux/powershell/PSCloudShellStartup.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ $PSDefaultParameterValues = @{'Install-Module:Scope' = 'CurrentUser'; 'Install-S
392392
$startLoadingModules = [System.DateTime]::Now
393393
try
394394
{
395-
Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive
396-
Microsoft.PowerShell.Utility\Write-Verbose -Verbose -Message 'Building your Azure drive ...'
395+
Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive
397396
}
398397
finally
399398
{

0 commit comments

Comments
 (0)