Skip to content

Commit adafd9b

Browse files
committed
Correscint deprecation message grammar
1 parent 656bd43 commit adafd9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/AzureRM/AzureRM.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<#
55
.Synopsis
6-
DEPRECATED - Installing the AzureRM installs all AzureRM cmdlets.
6+
DEPRECATED - Installing the AzureRM module installs all AzureRM cmdlets.
77
88
.Description
9-
DEPRECATED - Installing the AzureRM installs all AzureRM cmdlets.
9+
DEPRECATED - Installing the AzureRM module installs all AzureRM cmdlets.
1010
1111
.Parameter MajorVersion
1212
DEPRECATED -Specifies the major version.
@@ -85,7 +85,7 @@ function Uninstall-AzureRM
8585

8686

8787

88-
Write-Output "DEPRECATED - to uninstall azure modules, remove or uninstall each module using 'Uninstall-Module'"
88+
Write-Output "DEPRECATED - to uninstall azure modules, remove or uninstall each module using 'Uninstall-Module'."
8989

9090

9191
}

0 commit comments

Comments
 (0)