Skip to content

Commit abf3cb6

Browse files
committed
Added aliases for Enable-AzureDataCollection and Disable-AzureDataCollection
1 parent 40ce047 commit abf3cb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ResourceManager/Profile/Commands.Profile/DataCollection/DisableAzureRMDataCollection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
namespace Microsoft.Azure.Commands.Profile
2121
{
2222
[Cmdlet(VerbsLifecycle.Disable, "AzureRmDataCollection")]
23+
[Alias("Disable-AzureDataCollection")]
2324
public class DisableAzureRmDataCollectionCommand : EnableAzureRmDataCollectionCommand
2425
{
2526
protected override void ProcessRecord()

src/ResourceManager/Profile/Commands.Profile/DataCollection/EnableAzureRMDataCollection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
namespace Microsoft.Azure.Commands.Profile
2121
{
2222
[Cmdlet(VerbsLifecycle.Enable, "AzureRmDataCollection")]
23+
[Alias("Enable-AzureDataCollection")]
2324
public class EnableAzureRmDataCollectionCommand : AzureRMCmdlet
2425
{
2526
protected override void ProcessRecord()

0 commit comments

Comments
 (0)