Skip to content

Commit 37502bf

Browse files
committed
Create module for platyPSHelp and update help
1 parent 82c8c21 commit 37502bf

File tree

11 files changed

+2266
-418
lines changed

11 files changed

+2266
-418
lines changed

documentation/platyps-help.md

Lines changed: 159 additions & 98 deletions
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Add-AzureRmAccount [-Environment <AzureEnvironment>] [-EnvironmentName <String>]
1717
[-TenantId <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

20-
### SubscriptionId
21-
```
22-
Add-AzureRmAccount [-Environment <AzureEnvironment>] [-EnvironmentName <String>] [-Credential <PSCredential>]
23-
[-CertificateThumbprint <String>] [-ApplicationId <String>] [-TenantId <String>] [-AccessToken <String>]
24-
[-AccountId <String>] [-SubscriptionId <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
25-
```
26-
2720
### ServicePrincipal
2821
```
2922
Add-AzureRmAccount [-Environment <AzureEnvironment>] [-EnvironmentName <String>] -Credential <PSCredential>
3023
[-ServicePrincipal] -TenantId <String> [-SubscriptionId <String>] [-SubscriptionName <String>] [-WhatIf]
3124
[-Confirm] [<CommonParameters>]
3225
```
3326

27+
### SubscriptionId
28+
```
29+
Add-AzureRmAccount [-Environment <AzureEnvironment>] [-EnvironmentName <String>] [-Credential <PSCredential>]
30+
[-CertificateThumbprint <String>] [-ApplicationId <String>] [-TenantId <String>] [-AccessToken <String>]
31+
[-AccountId <String>] [-SubscriptionId <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
```
33+
3434
### SubscriptionName
3535
```
3636
Add-AzureRmAccount [-Environment <AzureEnvironment>] [-EnvironmentName <String>] [-Credential <PSCredential>]
@@ -310,7 +310,7 @@ If you do not specify this parameter, the first subscription from the subscripti
310310
311311
```yaml
312312
Type: String
313-
Parameter Sets: SubscriptionId, ServicePrincipal
313+
Parameter Sets: ServicePrincipal, SubscriptionId
314314
Aliases:
315315

316316
Required: False

tools/platyPS/GenerateHelp.ps1

Lines changed: 0 additions & 133 deletions
This file was deleted.

tools/platyPS/ValidateHelp.ps1

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)