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 656bd43 commit adafd9bCopy full SHA for adafd9b
tools/AzureRM/AzureRM.psm1
@@ -3,10 +3,10 @@
3
4
<#
5
.Synopsis
6
- DEPRECATED - Installing the AzureRM installs all AzureRM cmdlets.
+ DEPRECATED - Installing the AzureRM module installs all AzureRM cmdlets.
7
8
.Description
9
10
11
.Parameter MajorVersion
12
DEPRECATED -Specifies the major version.
@@ -85,7 +85,7 @@ function Uninstall-AzureRM
85
86
87
88
- Write-Output "DEPRECATED - to uninstall azure modules, remove or uninstall each module using 'Uninstall-Module'"
+ Write-Output "DEPRECATED - to uninstall azure modules, remove or uninstall each module using 'Uninstall-Module'."
89
90
91
}
0 commit comments