Skip to content

Commit 9f05fc1

Browse files
authored
Merge pull request #114953 from VikasPullagura-MSFT/patch-83
(Azure CXP) resolves MicrosoftDocs/azure-docs#54669
2 parents c715fb7 + fc7a6ca commit 9f05fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/powershell-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This will sign you directly into the subscription that is default for your admin
5858
If you want to change the default subscription after you've signed in, run this cmdlet:
5959

6060
```powershell
61-
Select-AzureSubscription -SubscriptionName <preferredsubscriptionname>
61+
Select-AzSubscription -SubscriptionName <preferredsubscriptionname>
6262
```
6363

6464
When you select a new subscription to use, you don't need to specify that subscription's ID in cmdlets you run afterwards. For example, the following cmdlet retrieves a specific session host without needing the subscription ID:

0 commit comments

Comments
 (0)