Skip to content

Commit 1ea6cf1

Browse files
Fix typos and update cmdlet documentation
1 parent bf03e33 commit 1ea6cf1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ schema: 2.0.0
1515

1616
## SYNOPSIS
1717

18-
This cmdlet updates the review status for a custom Microsoft Teams app that is pending publish from an IT Admin.
18+
This cmdlet updates the review status for a custom Microsoft Teams app that is pending review from an IT Admin.
1919

2020
## SYNTAX
2121

@@ -32,22 +32,22 @@ This cmdlet allows administrators to reject or publish custom Microsoft Teams ap
3232
### Example 1
3333

3434
```powershell
35-
PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStauts Published
35+
PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStatus Published
3636
```
37-
Updates the review status for the Bookings app (App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b) to Published.
37+
Updates the review status for the custom pending app with App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b to Published.
3838

3939
### Example 2
4040

4141
```powershell
42-
PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStauts Rejected
42+
PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStatus Rejected
4343
```
44-
Updates the review status for the Bookings app (App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b) to Rejected.
44+
Updates the review status for the custom pending app with App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b to Rejected.
4545

4646
## PARAMETERS
4747

4848
### Id
4949

50-
The Application ID of the app.
50+
Application ID of the Teams app.
5151

5252
```yaml
5353
Type: String
@@ -63,10 +63,10 @@ Accept wildcard characters: False
6363

6464
### -ReviewStatus
6565

66-
The review status of the app.
66+
The review status of the Teams app.
6767

6868
```yaml
69-
Type: String[]
69+
Type: String
7070
Parameter Sets: (Published, Rejected)
7171
Aliases:
7272

0 commit comments

Comments
 (0)