From abf3cb60a3479f272fda4b8dfd36be45e821b4b9 Mon Sep 17 00:00:00 2001 From: stankovski Date: Fri, 2 Oct 2015 15:27:20 -0700 Subject: [PATCH] Added aliases for Enable-AzureDataCollection and Disable-AzureDataCollection --- .../DataCollection/DisableAzureRMDataCollection.cs | 1 + .../DataCollection/EnableAzureRMDataCollection.cs | 1 + 2 files changed, 2 insertions(+) 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()