Skip to content

Commit 1d233d4

Browse files
committed
string change for the build-ignite release
1 parent 5b2799e commit 1d233d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Automation/Commands.Automation/Cmdlet/RegisterAzureAutomationDscNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public bool AllowModuleOverwrite
162162
/// <summary>
163163
/// Gets or sets the azure VM resource group name.
164164
/// </summary>
165-
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The azure VM resource group name.")]
165+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The Azure VM resource group name.")]
166166
public string AzureVMResourceGroup
167167
{
168168
get { return this.azureVmResourceGroup; }
@@ -172,7 +172,7 @@ public string AzureVMResourceGroup
172172
/// <summary>
173173
/// Gets or sets the azure VM location.
174174
/// </summary>
175-
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The azure VM location.")]
175+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "The Azure VM location.")]
176176
public string AzureVMLocation
177177
{
178178
get { return this.azureVmLocation; }

0 commit comments

Comments
 (0)