Skip to content

Commit 229cc81

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 61fe517 commit 229cc81

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

teams/teams-ps/teams/Get-CsTeamsCustomBannerText

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get-CsTeamsCustomBannerText [[-Identity] <String>] [<CommonParameters>]
2323

2424
## DESCRIPTION
2525

26-
Returns all or a single instance of custom banner text(s).
26+
Returns all or a single instance of custom banner texts.
2727

2828

2929
## EXAMPLES
@@ -45,7 +45,7 @@ Gets the properties of the CustomText instance of TeamsCustomBannerText.
4545
## PARAMETERS
4646

4747
### -Identity
48-
Policy instance name. Optional.
48+
Policy instance name (optional).
4949

5050
```yaml
5151
Type: String

teams/teams-ps/teams/New-CsTeamsCustomBannerText

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creates an instance of TeamsCustomBannerText with the name CustomText.
3737
## PARAMETERS
3838

3939
### -Id
40-
The Identity of the CustomBannerText. You do not need to provide an Id as the backend will generate it for you. However if you wish to provide your own ID, you can provide your own GUID. Please note that you have to provide a unique ID for every CsTeamsCustomBannerText you create.
40+
The Identity of the CustomBannerText. You do not need to provide an ID as the backend will generate it for you. However, if you wish to provide your own ID, you can provide your own GUID. Note that you have to provide a unique ID for every CsTeamsCustomBannerText you create.
4141

4242
```yaml
4343
Type: Guid
@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
```
5353

5454
### -Text
55-
The text that the tenant admin would like to set in policy.
55+
The text that the tenant admin would like to set in the policy.
5656

5757
```yaml
5858
Type: String

teams/teams-ps/teams/Remove-CsTeamsCustomBannerText

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Removes a TeamsCustomBannerText instance with the name "CustomText".
3535
## PARAMETERS
3636

3737
### -Identity
38-
Policy instance name. Optional.
38+
Policy instance name (optional).
3939

4040
```yaml
4141
Type: String

teams/teams-ps/teams/Set-CsTeamsCustomBannerText

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Set-CsTeamsCustomBannerText [[-Id] <Guid>] [<CommonParameters>]
2222

2323
## DESCRIPTION
2424

25-
Updates a single instance of custom banner text.
25+
Updates a single instance of a custom banner text.
2626

2727
## EXAMPLES
2828

@@ -35,7 +35,7 @@ Sets the properties of the CustomText instance of TeamsCustomBannerText.
3535
## PARAMETERS
3636

3737
### -Id
38-
The Identity of the CustomBannerText. You do not need to provide an Id as the backend will generate it for you. However if you wish to provide your own ID, you can provide your own GUID. Please note that you have to provide a unique ID for every CsTeamsCustomBannerText you create.
38+
The Identity of the CustomBannerText. You do not need to provide an ID as the backend will generate it for you. However, if you wish to provide your own ID, you can provide your own GUID. Note that you have to provide a unique ID for every CsTeamsCustomBannerText you create.
3939

4040
```yaml
4141
Type: Guid
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151

5252
### -Text
53-
The text that the tenant admin would like to set in policy.
53+
The text that the tenant admin would like to set in the policy.
5454

5555
```yaml
5656
Type: String

0 commit comments

Comments
 (0)