Skip to content

Commit fc7a6ca

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#54669
updated the cmdlet from Select-AzureSubscription to Select-AzSubscription
1 parent 86782f4 commit fc7a6ca

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)