Skip to content

Commit f76001a

Browse files
author
maddieclayton
authored
Update DefaultProfile to capitalize Azure.
1 parent bf27632 commit f76001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Common/Commands.ResourceManager.Common/AzureRMCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public AzureRMCmdlet()
4545
/// <summary>
4646
/// Gets or sets the global profile for ARM cmdlets.
4747
/// </summary>
48-
[Parameter(Mandatory =false, HelpMessage= "The credentials, account, tenant, and subscription used for communication with azure.")]
48+
[Parameter(Mandatory =false, HelpMessage= "The credentials, account, tenant, and subscription used for communication with Azure.")]
4949
[Alias("AzureRmContext", "AzureCredential")]
5050
public IAzureContextContainer DefaultProfile
5151
{

0 commit comments

Comments
 (0)