Skip to content

Commit 0aab638

Browse files
author
begoldsm
committed
Missed two.
1 parent a8745f5 commit 0aab638

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands/GetAzureRmDataLakeAnalyticsAccount.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace Microsoft.Azure.Commands.DataLakeAnalytics
2121
{
2222
[Cmdlet(VerbsCommon.Get, "AzureRmDataLakeAnalyticsAccount", DefaultParameterSetName = BaseParameterSetName),
2323
OutputType(typeof(List<DataLakeAnalyticsAccount>), typeof(DataLakeAnalyticsAccount))]
24+
[Alias("Get-AdlAnalyticsAccount")]
2425
public class GetAzureDataLakeAnalyticsAccount : DataLakeAnalyticsCmdletBase
2526
{
2627
internal const string BaseParameterSetName = "All In Subscription";

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands/GetAzureRmDataLakeAnalyticsJob.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ namespace Microsoft.Azure.Commands.DataLakeAnalytics
2525
{
2626
[Cmdlet(VerbsCommon.Get, "AzureRmDataLakeAnalyticsJob", DefaultParameterSetName = BaseParameterSetName),
2727
OutputType(typeof(List<JobInformation>), typeof(JobInformation))]
28+
[Alias("Get-AdlJob")]
2829
public class GetAzureDataLakeAnalyticsJob : DataLakeAnalyticsCmdletBase
2930
{
3031
internal const string BaseParameterSetName = "All In Resource Group and Account";

0 commit comments

Comments
 (0)