Skip to content

Commit 7d5a881

Browse files
author
Tudor Dumitriu
committed
Removed confusing message when AzurePSDrive was imported - message that has nothing to do with the mounting drive (which makes customers think that there is a drive even for epehmeral sessions).
1 parent f6019e0 commit 7d5a881

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)