Skip to content

Commit 0791ba4

Browse files
committed
update help docs
1 parent 70450b7 commit 0791ba4

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADAppCredential.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Adds a credential to an existing application.
1515

1616
### ApplicationObjectIdWithPasswordParameterSet (Default)
1717
```
18-
New-AzureRmADAppCredential -ObjectId <String> -Password <String> [-StartDate <DateTime>] [-EndDate <DateTime>]
18+
New-AzureRmADAppCredential -ObjectId <String> -Password <SecureString> [-StartDate <DateTime>] [-EndDate <DateTime>]
1919
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

@@ -33,7 +33,7 @@ New-AzureRmADAppCredential -ApplicationId <String> -CertValue <String> [-StartDa
3333

3434
### ApplicationIdWithPasswordParameterSet
3535
```
36-
New-AzureRmADAppCredential -ApplicationId <String> -Password <String> [-StartDate <DateTime>]
36+
New-AzureRmADAppCredential -ApplicationId <String> -Password <SecureString> [-StartDate <DateTime>]
3737
[-EndDate <DateTime>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

@@ -156,7 +156,7 @@ Accept wildcard characters: False
156156
The password to be associated with the application.
157157
158158
```yaml
159-
Type: String
159+
Type: SecureString
160160
Parameter Sets: ApplicationObjectIdWithPasswordParameterSet, ApplicationIdWithPasswordParameterSet
161161
Aliases:
162162

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ New-AzureRmADApplication -DisplayName <String> -IdentifierUris <String[]> [-Home
2323
### ApplicationWithPasswordPlainParameterSet
2424
```
2525
New-AzureRmADApplication -DisplayName <String> -IdentifierUris <String[]> [-HomePage <String>]
26-
[-ReplyUrls <String[]>] [-AvailableToOtherTenants <Boolean>] -Password <String> [-StartDate <DateTime>]
26+
[-ReplyUrls <String[]>] [-AvailableToOtherTenants <Boolean>] -Password <SecureString> [-StartDate <DateTime>]
2727
[-EndDate <DateTime>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

@@ -197,7 +197,7 @@ Accept wildcard characters: False
197197
The password to be associated with the application.
198198
199199
```yaml
200-
Type: String
200+
Type: SecureString
201201
Parameter Sets: ApplicationWithPasswordPlainParameterSet
202202
Aliases:
203203

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADServicePrincipal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ New-AzureRmADServicePrincipal -ApplicationId <Guid> [-DefaultProfile <IAzureCont
2121

2222
### ApplicationWithPasswordPlainParameterSet
2323
```
24-
New-AzureRmADServicePrincipal -ApplicationId <Guid> -Password <String> [-StartDate <DateTime>]
24+
New-AzureRmADServicePrincipal -ApplicationId <Guid> -Password <SecureString> [-StartDate <DateTime>]
2525
[-EndDate <DateTime>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

@@ -51,7 +51,7 @@ New-AzureRmADServicePrincipal -DisplayName <String> [-DefaultProfile <IAzureCont
5151

5252
### DisplayNameWithPasswordPlainParameterSet
5353
```
54-
New-AzureRmADServicePrincipal -DisplayName <String> -Password <String> [-StartDate <DateTime>]
54+
New-AzureRmADServicePrincipal -DisplayName <String> -Password <SecureString> [-StartDate <DateTime>]
5555
[-EndDate <DateTime>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
5656
```
5757

@@ -205,7 +205,7 @@ Accept wildcard characters: False
205205
The password to be associated with the service principal.
206206
207207
```yaml
208-
Type: String
208+
Type: SecureString
209209
Parameter Sets: ApplicationWithPasswordPlainParameterSet, DisplayNameWithPasswordPlainParameterSet
210210
Aliases:
211211

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADSpCredential.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Adds a credential to an existing service principal.
1515

1616
### SpObjectIdWithPasswordParameterSet (Default)
1717
```
18-
New-AzureRmADSpCredential -ObjectId <String> -Password <String> [-StartDate <DateTime>] [-EndDate <DateTime>]
18+
New-AzureRmADSpCredential -ObjectId <String> -Password <SecureString> [-StartDate <DateTime>] [-EndDate <DateTime>]
1919
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

@@ -33,7 +33,7 @@ New-AzureRmADSpCredential -ServicePrincipalName <String> -CertValue <String> [-S
3333

3434
### SPNWithPasswordParameterSet
3535
```
36-
New-AzureRmADSpCredential -ServicePrincipalName <String> -Password <String> [-StartDate <DateTime>]
36+
New-AzureRmADSpCredential -ServicePrincipalName <String> -Password <SecureString> [-StartDate <DateTime>]
3737
[-EndDate <DateTime>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

@@ -149,7 +149,7 @@ Accept wildcard characters: False
149149
The password to be associated with the application.
150150
151151
```yaml
152-
Type: String
152+
Type: SecureString
153153
Parameter Sets: SpObjectIdWithPasswordParameterSet, SPNWithPasswordParameterSet
154154
Aliases:
155155

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmADUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates a new active directory user.
1414
## SYNTAX
1515

1616
```
17-
New-AzureRmADUser -DisplayName <String> -UserPrincipalName <String> -Password <String> [-ImmutableId <String>]
17+
New-AzureRmADUser -DisplayName <String> -UserPrincipalName <String> -Password <SecureString> [-ImmutableId <String>]
1818
[-ForceChangePasswordNextLogin] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
@@ -102,7 +102,7 @@ It must meet the tenant's password complexity requirements.
102102
It is recommended to set a strong password.
103103
104104
```yaml
105-
Type: String
105+
Type: SecureString
106106
Parameter Sets: (All)
107107
Aliases:
108108

src/ResourceManager/Resources/Commands.Resources/help/Set-AzureRmADUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Updates an existing active directory user.
1515

1616
```
1717
Set-AzureRmADUser -UPNOrObjectId <String> [-DisplayName <String>] [-EnableAccount <Boolean>]
18-
[-Password <String>] [-ForceChangePasswordNextLogin] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
18+
[-Password <SecureString>] [-ForceChangePasswordNextLogin] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

@@ -104,7 +104,7 @@ It must meet the tenant's password complexity requirements.
104104
It is recommended to set a strong password.
105105
106106
```yaml
107-
Type: String
107+
Type: SecureString
108108
Parameter Sets: (All)
109109
Aliases:
110110

0 commit comments

Comments
 (0)