We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ea9bb + 8508a97 commit d0a7e3fCopy full SHA for d0a7e3f
linux/powershell/PSCloudShellStartup.ps1
@@ -392,8 +392,7 @@ $PSDefaultParameterValues = @{'Install-Module:Scope' = 'CurrentUser'; 'Install-S
392
$startLoadingModules = [System.DateTime]::Now
393
try
394
{
395
- Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive
396
- Microsoft.PowerShell.Utility\Write-Verbose -Verbose -Message 'Building your Azure drive ...'
+ Microsoft.PowerShell.Core\Import-Module -Name AzurePSDrive
397
}
398
finally
399
0 commit comments