Skip to content

Commit 5b84e68

Browse files
authored
Merge pull request #116552 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents c9fb563 + 7059109 commit 5b84e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-desktop/powershell-module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ If you want to change the default subscription after you've signed in, run this
6161
Select-AzSubscription -Subscription <preferredsubscriptionname>
6262
```
6363

64-
You can also select on from a list using the Out-GridView cmdlet:
64+
You can also select one from a list using the Out-GridView cmdlet:
65+
6566
```powershell
6667
Get-AzSubscription | Out-GridView -PassThru | Select-AzSubscription
6768
```

0 commit comments

Comments
 (0)