Skip to content

Commit e00c7cd

Browse files
committed
Updated parameter description
1 parent 128f13a commit e00c7cd

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/AnalysisServices/Commands.AnalysisServices.ServiceManagement/Commands

1 file changed

+1
-1
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.ServiceManagement/Commands/AddAzureASAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class AddAzureASAccountCommand : AzurePSCmdlet, IModuleAssemblyInitialize
3535
[ValidateNotNullOrEmpty]
3636
public string EnvironmentName { get; set; }
3737

38-
[Parameter(Position = 1, Mandatory = false, HelpMessage = "Login credentials")]
38+
[Parameter(Position = 1, Mandatory = false, HelpMessage = "Login credentials to the Azure Analysis Services environment")]
3939
public PSCredential Credential { get; set; }
4040

4141
protected AsAzureEnvironment AsEnvironment;

0 commit comments

Comments
 (0)