Skip to content

Commit

Permalink
Update Set-AzContext.md (#13702)
Browse files Browse the repository at this point in the history
Example uses old parameter name
  • Loading branch information
nukeulis authored Dec 10, 2020
1 parent a5d00a0 commit 377d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Accounts/Accounts/help/Set-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The context includes tenant, subscription, and environment information.

### Example 1: Set the subscription context
```
PS C:\>Set-AzContext -SubscriptionId "xxxx-xxxx-xxxx-xxxx"
PS C:\>Set-AzContext -Subscription "xxxx-xxxx-xxxx-xxxx"
Name Account SubscriptionName Environment TenantId
---- ------- ---------------- ----------- --------
Expand Down

0 comments on commit 377d518

Please sign in to comment.