diff --git a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md index ef3041d61f..0e4deaa2f7 100644 --- a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md +++ b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md @@ -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. @@ -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. \ No newline at end of file +The metadata of the app. diff --git a/teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md b/teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md index 5408e6cfeb..f2292aee01 100644 --- a/teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md +++ b/teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md @@ -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 @@ -89,4 +89,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Object -## NOTES \ No newline at end of file +## NOTES