From 7d5a88198f5597f97f24fcd20c564eee045deb0f Mon Sep 17 00:00:00 2001 From: Tudor Dumitriu Date: Tue, 30 Dec 2025 12:27:08 +0200 Subject: [PATCH] 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). --- linux/powershell/PSCloudShellStartup.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/powershell/PSCloudShellStartup.ps1 b/linux/powershell/PSCloudShellStartup.ps1 index c5a45099..68d38d6d 100644 --- a/linux/powershell/PSCloudShellStartup.ps1 +++ b/linux/powershell/PSCloudShellStartup.ps1 @@ -392,8 +392,7 @@ $PSDefaultParameterValues = @{'Install-Module:Scope' = 'CurrentUser'; 'Install-S $startLoadingModules = [System.DateTime]::Now try { - Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive - Microsoft.PowerShell.Utility\Write-Verbose -Verbose -Message 'Building your Azure drive ...' + Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive } finally {