@@ -128,13 +128,13 @@ Forgets the context that was named 'Contoso2'. You can recreate this context sub
128
128
## Removing credentials
129
129
130
130
You can remove all credentials and associated contexts for a user or service principal using
131
- ` Remove -AzureRmAccount` (also known as ` Logout-AzureRmAccount ` ). When executed without parameters,
132
- the ` Remove -AzureRmAccount` cmdlet removes all credentials and contexts associated with the User or
131
+ ` Disconnect -AzureRmAccount` (also known as ` Logout-AzureRmAccount ` ). When executed without parameters,
132
+ the ` Disconnect -AzureRmAccount` cmdlet removes all credentials and contexts associated with the User or
133
133
Service Principal in the current context. You may pass in a Username, Service Principal Name, or
134
134
context to target a particular principal.
135
135
136
136
``` powershell
137
- Remove -AzureRmAccount user1@contoso.org
137
+ Disconnect -AzureRmAccount user1@contoso.org
138
138
```
139
139
140
140
## Using context scopes
@@ -174,7 +174,7 @@ New cmdlets for managing context
174
174
session is required to log in again.
175
175
- [ Select-AzureRmContext] [ select ] - Select a context as the default. All subsequent cmdlets use the
176
176
credentials in this context for authentication.
177
- - [ Remove -AzureRmAccount] [ remove-cred ] - Remove all credentials and contexts associated with an
177
+ - [ Disconnect -AzureRmAccount] [ remove-cred ] - Remove all credentials and contexts associated with an
178
178
account.
179
179
- [ Remove-AzureRmContext] [ remove-context ] - Remove a named context.
180
180
- [ Rename-AzureRmContext] [ rename ] - Rename an existing context.
@@ -191,11 +191,11 @@ Changes to existing profile cmdlets
191
191
[ enable ] : /powershell/module/azurerm.profile/Enable-AzureRmContextAutosave
192
192
[ disable ] : /powershell/module/azurerm.profile/Disable-AzureRmContextAutosave
193
193
[ select ] : /powershell/module/azurerm.profile/Select-AzureRmContext
194
- [ remove-cred ] : /powershell/module/azurerm.profile/Remove -AzureRmAccount
194
+ [ remove-cred ] : /powershell/module/azurerm.profile/Disconnect -AzureRmAccount
195
195
[ remove-context ] : /powershell/module/azurerm.profile/Remove-AzureRmContext
196
196
[ rename ] : /powershell/module/azurerm.profile/Rename-AzureRmContext
197
197
198
198
<!-- Updated cmdlets -->
199
- [ login ] : /powershell/module/azurerm.profile/Add -AzureRmAccount
199
+ [ login ] : /powershell/module/azurerm.profile/Connect -AzureRmAccount
200
200
[ import ] : /powershell/module/azurerm.profile/Import-AzureRmAccount
201
201
[ set-context ] : /powershell/module/azurerm.profile/Import-AzureRmContext
0 commit comments