We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0732135 commit 5dbe92aCopy full SHA for 5dbe92a
src/CLU/Microsoft.Azure.Commands.Profile/Context/SetAzureRMContext.cs
@@ -31,6 +31,7 @@ namespace Microsoft.Azure.Commands.Profile
31
[Alias("Select-AzureRmSubscription")]
32
[OutputType(typeof(PSAzureContext))]
33
[CliCommandAlias("context;set")]
34
+ [CliCommandAlias("subscription;set")]
35
public class SetAzureRMContextCommand : AzureRMCmdlet
36
{
37
private const string SubscriptionNameParameterSet = "SubscriptionName";
0 commit comments