From 1008eb163fc775923f616d1f530fde5fda0d6d6d Mon Sep 17 00:00:00 2001 From: michelle-paradis <194965233+michelle-paradis@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:30:04 -0400 Subject: [PATCH 1/5] Update [Get|Update]-M365UnifiedCustomPendingApp[s] --- teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md index ef3041d61f..a7b3ce8113 100644 --- a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md +++ b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md @@ -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 has not 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. From fc61af373f01b7ee5f56b6405f1328596807001d Mon Sep 17 00:00:00 2001 From: michelle-paradis <194965233+michelle-paradis@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:35:12 -0400 Subject: [PATCH 2/5] Expand Etag description --- teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md index a7b3ce8113..b6df5dcd55 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. Everytime the staged app is updated, it gets a unique tag, called the Etag, that helps track changes. **CreatedBy**: The User ID of the user that created the app. From 90c60afd0b6674d541f12ea3df087d6bfb57db20 Mon Sep 17 00:00:00 2001 From: michelle-paradis <194965233+michelle-paradis@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:36:17 -0400 Subject: [PATCH 3/5] Update description --- teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From f71540f82f6d7cd5a0bd13f6a9307ce4af1b6369 Mon Sep 17 00:00:00 2001 From: michelle-paradis <194965233+michelle-paradis@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:40:52 -0400 Subject: [PATCH 4/5] Update description of 'Iteration' field --- teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md index b6df5dcd55..fa6d8994a3 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. Everytime the staged app is updated, it gets a unique tag, called the Etag, that helps track changes. +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. From 98b27debe89ee3d2cdbe6e964c4ee2be84b6680f Mon Sep 17 00:00:00 2001 From: Padma Jayaraman Date: Wed, 12 Mar 2025 20:10:38 +0530 Subject: [PATCH 5/5] Fix capitalization and punctuation in documentation --- teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md index fa6d8994a3..0e4deaa2f7 100644 --- a/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md +++ b/teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md @@ -70,8 +70,8 @@ The date and time the app was last updated. The review status of the app. Values: -- PendingPublishing: a new custom app was requested that has not been published before. -- PendingUpdate: an existing custom app that was previously published and now has an update. +- 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.