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.
1 parent 0083736 commit 83bae43Copy full SHA for 83bae43
src/ServiceManagement/Services/Commands.Utilities/ShortcutStartup.ps1
@@ -22,10 +22,8 @@ $modulePath = Join-Path $(Split-Path (Get-ScriptDirectory)) "Azure.psd1"
22
Import-Module $modulePath
23
cd c:\
24
$welcomeMessage = @"
25
-For a list of all Azure cmdlets type 'help azure'.
+For a list of all Azure cmdlets type 'get-help azure'.
26
For a list of Windows Azure Pack cmdlets type 'Get-Command *wapack*'.
27
-For Node.js cmdlets type 'help node-dev'.
28
-For PHP cmdlets type 'help php-dev'.
29
"@
30
Write-Output $welcomeMessage
31
0 commit comments