@@ -21,9 +21,10 @@ Connect-AzureRmAccount [-Environment <String>] [[-Credential] <PSCredential>] [-
21
21
22
22
### ServicePrincipalWithSubscriptionId
23
23
```
24
- Connect-AzureRmAccount [-Environment <String>] [-Credential] <PSCredential> [-ServicePrincipal] -TenantId <String>
25
- [-Subscription <String>] [-ContextName <String>] [-Force] [-Scope <ContextModificationScope>]
26
- [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
24
+ Connect-AzureRmAccount [-Environment <String>] [-Credential] <PSCredential> [-ServicePrincipal]
25
+ -TenantId <String> [-Subscription <String>] [-ContextName <String>] [-Force]
26
+ [-Scope <ContextModificationScope>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
27
+ [<CommonParameters>]
27
28
```
28
29
29
30
### ServicePrincipalCertificateWithSubscriptionId
@@ -44,7 +45,7 @@ Connect-AzureRmAccount [-Environment <String>] [-TenantId <String>] -AccessToken
44
45
45
46
### ManagedServiceLogin
46
47
```
47
- Add -AzureRmAccount [-Environment <String>] [-TenantId <String>] [-AccountId <String>] [-ManagedService ]
48
+ Connect -AzureRmAccount [-Environment <String>] [-TenantId <String>] [-AccountId <String>] [-Identity ]
48
49
[-ManagedServicePort <Int32>] [-ManagedServiceHostName <String>] [-Subscription <String>]
49
50
[-ContextName <String>] [-Force] [-Scope <ContextModificationScope>]
50
51
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -312,30 +313,30 @@ Accept pipeline input: False
312
313
Accept wildcard characters : False
313
314
` ` `
314
315
315
- ### -KeyVaultAccessToken
316
- AccessToken for KeyVault Service
316
+ ### -Identity
317
+ Login using managed service identity in the current environment.
317
318
318
319
` ` ` yaml
319
- Type : String
320
- Parameter Sets : AccessTokenWithSubscriptionId
321
- Aliases :
320
+ Type : SwitchParameter
321
+ Parameter Sets : ManagedServiceLogin
322
+ Aliases : MSI, ManagedService
322
323
323
- Required : False
324
+ Required : True
324
325
Position : Named
325
326
Default value : None
326
327
Accept pipeline input : False
327
328
Accept wildcard characters : False
328
329
` ` `
329
330
330
- ### -ManagedService
331
- Login using managed service identity in the current environment
331
+ ### -KeyVaultAccessToken
332
+ AccessToken for KeyVault Service
332
333
333
334
` ` ` yaml
334
- Type : SwitchParameter
335
- Parameter Sets : ManagedServiceLogin
336
- Aliases : MSI
335
+ Type : String
336
+ Parameter Sets : AccessTokenWithSubscriptionId
337
+ Aliases :
337
338
338
- Required : True
339
+ Required : False
339
340
Position : Named
340
341
Default value : None
341
342
Accept pipeline input : False
@@ -509,3 +510,4 @@ Credentials, subscription, account, and tenant information for the logged in use
509
510
## NOTES
510
511
511
512
## RELATED LINKS
513
+
0 commit comments