Skip to content

Commit 5dc79ac

Browse files
committed
Merge pull request Azure#1049 from stankovski/dev
Added aliases for Enable-AzureDataCollection and Disable-AzureDataCollection
2 parents 81040fd + abf3cb6 commit 5dc79ac

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)