diff --git a/src/AnalysisServices/AnalysisServices.Dataplane/Commands/AddAzureASAccount.cs b/src/AnalysisServices/AnalysisServices.Dataplane/Commands/AddAzureASAccount.cs index d5864f70b0dd..19e74d159f15 100644 --- a/src/AnalysisServices/AnalysisServices.Dataplane/Commands/AddAzureASAccount.cs +++ b/src/AnalysisServices/AnalysisServices.Dataplane/Commands/AddAzureASAccount.cs @@ -23,12 +23,14 @@ using Microsoft.Azure.Commands.Common.Authentication.Abstractions; using Microsoft.WindowsAzure.Commands.Common; using System; +using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; namespace Microsoft.Azure.Commands.AnalysisServices.Dataplane { /// /// Cmdlet to log into an Analysis Services environment /// + [CmdletDeprecation("2.0.0")] [Cmdlet("Add", ResourceManager.Common.AzureRMConstants.AzurePrefix + "AnalysisServicesAccount", DefaultParameterSetName = "UserParameterSetName", SupportsShouldProcess =true)] [Alias("Login-AzureAsAccount", "Login-AzAsAccount")] [OutputType(typeof(AsAzureProfile))] diff --git a/src/AnalysisServices/AnalysisServices/ChangeLog.md b/src/AnalysisServices/AnalysisServices/ChangeLog.md index 79324f071060..cf59dd3b1944 100644 --- a/src/AnalysisServices/AnalysisServices/ChangeLog.md +++ b/src/AnalysisServices/AnalysisServices/ChangeLog.md @@ -18,9 +18,10 @@ - Additional information about change #1 --> ## Upcoming Release +* Deprecated AddAzureASAccount cmdlet ## Version 1.0.1 * Release with updated Authentication dependency ## Version 1.0.0 -* General availability of `Az.AnalysisServices` module \ No newline at end of file +* General availability of `Az.AnalysisServices` module