File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ schema: 2.0.0
15
15
16
16
## SYNOPSIS
17
17
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.
19
19
20
20
## SYNTAX
21
21
@@ -32,22 +32,22 @@ This cmdlet allows administrators to reject or publish custom Microsoft Teams ap
32
32
### Example 1
33
33
34
34
```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
36
36
```
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.
38
38
39
39
### Example 2
40
40
41
41
```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
43
43
```
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.
45
45
46
46
## PARAMETERS
47
47
48
48
### Id
49
49
50
- The Application ID of the app.
50
+ Application ID of the Teams app.
51
51
52
52
```yaml
53
53
Type: String
@@ -63,10 +63,10 @@ Accept wildcard characters: False
63
63
64
64
### -ReviewStatus
65
65
66
- The review status of the app.
66
+ The review status of the Teams app.
67
67
68
68
```yaml
69
- Type: String[]
69
+ Type: String
70
70
Parameter Sets: (Published, Rejected)
71
71
Aliases:
72
72
You can’t perform that action at this time.
0 commit comments