Skip to content

Commit 5dbe92a

Browse files
committed
Updating context cmdlet to map to subscription
1 parent 0732135 commit 5dbe92a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CLU/Microsoft.Azure.Commands.Profile/Context/SetAzureRMContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ namespace Microsoft.Azure.Commands.Profile
3131
[Alias("Select-AzureRmSubscription")]
3232
[OutputType(typeof(PSAzureContext))]
3333
[CliCommandAlias("context;set")]
34+
[CliCommandAlias("subscription;set")]
3435
public class SetAzureRMContextCommand : AzureRMCmdlet
3536
{
3637
private const string SubscriptionNameParameterSet = "SubscriptionName";

0 commit comments

Comments
 (0)