diff --git a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureManagementGroupDeploymentCmdlet.cs b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureManagementGroupDeploymentCmdlet.cs index ff165ab09431..54aec7b27d48 100644 --- a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureManagementGroupDeploymentCmdlet.cs +++ b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureManagementGroupDeploymentCmdlet.cs @@ -30,7 +30,7 @@ public class TestAzureManagementGroupDeploymentCmdlet : TestDeploymentCmdletBase { [Alias("DeploymentName")] [Parameter(Mandatory = false, - HelpMessage = "The name of the deployment it's going to create. If not specified, defaults to the template file name when a template file is provided; defaults to the current time when a template object is provided, e.g. \"20131223140835\".")] + HelpMessage = "The name of the deployment it's going to test. If not specified, defaults to the template file name when a template file is provided")] [ValidateNotNullOrEmpty] public string Name { get; set; } diff --git a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureSubscriptionDeploymentCmdlet.cs b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureSubscriptionDeploymentCmdlet.cs index 75fdb3dfadd1..f390e4401aea 100644 --- a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureSubscriptionDeploymentCmdlet.cs +++ b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureSubscriptionDeploymentCmdlet.cs @@ -31,7 +31,7 @@ public class TestAzureSubscriptionDeploymentCmdlet : TestDeploymentCmdletBase { [Alias("DeploymentName")] [Parameter(Mandatory = false, - HelpMessage = "The name of the deployment it's going to create. If not specified, defaults to the template file name when a template file is provided; defaults to the current time when a template object is provided, e.g. \"20131223140835\".")] + HelpMessage = "The name of the deployment it's going to test. If not specified, defaults to the template file name when a template file is provided")] [ValidateNotNullOrEmpty] public string Name { get; set; } diff --git a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureTenantDeploymentCmdlet.cs b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureTenantDeploymentCmdlet.cs index f17f8e7f2adc..c5d18c0e089e 100644 --- a/src/Resources/ResourceManager/Implementation/Deployments/TestAzureTenantDeploymentCmdlet.cs +++ b/src/Resources/ResourceManager/Implementation/Deployments/TestAzureTenantDeploymentCmdlet.cs @@ -31,7 +31,7 @@ public class TestAzureTenantDeploymentCmdlet : TestDeploymentCmdletBase { [Alias("DeploymentName")] [Parameter(Mandatory = false, - HelpMessage = "The name of the deployment it's going to create. If not specified, defaults to the template file name when a template file is provided; defaults to the current time when a template object is provided, e.g. \"20131223140835\".")] + HelpMessage = "The name of the deployment it's going to test. If not specified, defaults to the template file name when a template file is provided")] [ValidateNotNullOrEmpty] public string Name { get; set; }