Skip to content

Commit dd38111

Browse files
authored
Merge pull request #12578 from michelle-paradis/patch-4
Update [Get|Update]-M365UnifiedCustomPendingApp[s]
2 parents 290f44d + 98b27de commit dd38111

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Application ID of the Teams app.
5858
External ID of the Teams app.
5959

6060
**Iteration**:
61-
The Staged App Definition Etag of the app.
61+
The Staged App Definition Etag of the app. This is a unique tag created everytime the staged app is updated, to help track changes.
6262

6363
**CreatedBy**:
6464
The User ID of the user that created the app.
@@ -70,8 +70,8 @@ The date and time the app was last updated.
7070
The review status of the app.
7171
Values:
7272

73-
- PendingPublishing
74-
- PendingUpdate
73+
- PendingPublishing: A new custom app was requested that hasn't been published before.
74+
- PendingUpdate: An existing custom app that was previously published and now has an update.
7575

7676
**Metadata**:
77-
The metadata of the app.
77+
The metadata of the app.

teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md

Lines changed: 2 additions & 2 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 review 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. The requester to publish the custom app will not be notified when this cmdlet is completed.
1919

2020
## SYNTAX
2121

@@ -89,4 +89,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
9090
### System.Object
9191
92-
## NOTES
92+
## NOTES

0 commit comments

Comments
 (0)