diff --git a/src/ResourceManager/Profile/Commands.Profile/DataCollection/DisableAzureRMDataCollection.cs b/src/ResourceManager/Profile/Commands.Profile/DataCollection/DisableAzureRMDataCollection.cs index 194f5800838f..64efabe0c05a 100644 --- a/src/ResourceManager/Profile/Commands.Profile/DataCollection/DisableAzureRMDataCollection.cs +++ b/src/ResourceManager/Profile/Commands.Profile/DataCollection/DisableAzureRMDataCollection.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Commands.Profile { [Cmdlet(VerbsLifecycle.Disable, "AzureRmDataCollection")] + [Alias("Disable-AzureDataCollection")] public class DisableAzureRmDataCollectionCommand : EnableAzureRmDataCollectionCommand { protected override void ProcessRecord() diff --git a/src/ResourceManager/Profile/Commands.Profile/DataCollection/EnableAzureRMDataCollection.cs b/src/ResourceManager/Profile/Commands.Profile/DataCollection/EnableAzureRMDataCollection.cs index 19d425f7ce03..67deebc258ec 100644 --- a/src/ResourceManager/Profile/Commands.Profile/DataCollection/EnableAzureRMDataCollection.cs +++ b/src/ResourceManager/Profile/Commands.Profile/DataCollection/EnableAzureRMDataCollection.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Commands.Profile { [Cmdlet(VerbsLifecycle.Enable, "AzureRmDataCollection")] + [Alias("Enable-AzureDataCollection")] public class EnableAzureRmDataCollectionCommand : AzureRMCmdlet { protected override void ProcessRecord()