Skip to content

Update [Get|Update]-M365UnifiedCustomPendingApp[s] #12578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Application ID of the Teams app.
External ID of the Teams app.

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

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

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

**Metadata**:
The metadata of the app.
The metadata of the app.
4 changes: 2 additions & 2 deletions teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ schema: 2.0.0

## SYNOPSIS

This cmdlet updates the review status for a custom Microsoft Teams app that is pending review from an IT Admin.
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.

## SYNTAX

Expand Down Expand Up @@ -89,4 +89,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

### System.Object

## NOTES
## NOTES