Skip to content

Commit

Permalink
Correct example cmdlet
Browse files Browse the repository at this point in the history
Example cmdlet referenced AzureRm when it should be Az
  • Loading branch information
adrianwells authored Jan 30, 2019
1 parent 699e41d commit 7560eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To change the subscription that you are using for your current context, use the
Set-AzContext -Subscription $SubscriptionName -Name 'MyContext'
# Set the Azure PowerShell context using piping
Get-AzSubscription -SubscriptionName $SubscriptionName | Set-AzureRmContext -Name 'MyContext'
Get-AzSubscription -SubscriptionName $SubscriptionName | Set-AzContext -Name 'MyContext'
```

For details on Azure PowerShell contexts, see our [persisted credentials guide][PersistedCredentialsGuide].
Expand Down

0 comments on commit 7560eaf

Please sign in to comment.