Skip to content

Commit 2509cc1

Browse files
committed
Update markdown help for parameter change
1 parent 5128677 commit 2509cc1

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

src/ResourceManager/Profile/Commands.Profile/help/Connect-AzureRmAccount.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Connect-AzureRmAccount [-Environment <String>] [[-Credential] <PSCredential>] [-
2121

2222
### ServicePrincipalWithSubscriptionId
2323
```
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>]
2728
```
2829

2930
### ServicePrincipalCertificateWithSubscriptionId
@@ -44,7 +45,7 @@ Connect-AzureRmAccount [-Environment <String>] [-TenantId <String>] -AccessToken
4445

4546
### ManagedServiceLogin
4647
```
47-
Add-AzureRmAccount [-Environment <String>] [-TenantId <String>] [-AccountId <String>] [-ManagedService]
48+
Connect-AzureRmAccount [-Environment <String>] [-TenantId <String>] [-AccountId <String>] [-Identity]
4849
[-ManagedServicePort <Int32>] [-ManagedServiceHostName <String>] [-Subscription <String>]
4950
[-ContextName <String>] [-Force] [-Scope <ContextModificationScope>]
5051
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -312,30 +313,30 @@ Accept pipeline input: False
312313
Accept wildcard characters: False
313314
```
314315
315-
### -KeyVaultAccessToken
316-
AccessToken for KeyVault Service
316+
### -Identity
317+
Login using managed service identity in the current environment.
317318
318319
```yaml
319-
Type: String
320-
Parameter Sets: AccessTokenWithSubscriptionId
321-
Aliases:
320+
Type: SwitchParameter
321+
Parameter Sets: ManagedServiceLogin
322+
Aliases: MSI, ManagedService
322323

323-
Required: False
324+
Required: True
324325
Position: Named
325326
Default value: None
326327
Accept pipeline input: False
327328
Accept wildcard characters: False
328329
```
329330
330-
### -ManagedService
331-
Login using managed service identity in the current environment
331+
### -KeyVaultAccessToken
332+
AccessToken for KeyVault Service
332333
333334
```yaml
334-
Type: SwitchParameter
335-
Parameter Sets: ManagedServiceLogin
336-
Aliases: MSI
335+
Type: String
336+
Parameter Sets: AccessTokenWithSubscriptionId
337+
Aliases:
337338

338-
Required: True
339+
Required: False
339340
Position: Named
340341
Default value: None
341342
Accept pipeline input: False
@@ -509,3 +510,4 @@ Credentials, subscription, account, and tenant information for the logged in use
509510
## NOTES
510511
511512
## RELATED LINKS
513+

0 commit comments

Comments
 (0)