Skip to content

Commit 558a9d0

Browse files
authored
Addressing Comments.
1 parent e759eef commit 558a9d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get-SPOApplication [[-OwningApplicationId] <Guid>] [[-ApplicationId] <Guid>][<Co
4343

4444
This cmdlet is used to retrieve and return SharePoint Embedded applications from all publishers registered within a tenant. This cmdlet can be further customized by pairing it with the `OwningApplicationId` parameter to target a specific application.
4545

46-
In addition to providing details about the application name, this cmdlet also returns essential information about guest applications and their associated permissions on the owning application. The cmdlet displays data related to the sharing capabilities, including the OverrideTenantSharingCapability status. Furthermore, the cmdlet lists all host URLs responsible for driving the Copilot embedded chat functionality in the SharePoint Embedded application.
46+
In addition to providing details about the application name, this cmdlet also returns essential information about guest applications and their associated permissions on the owning application. The cmdlet displays data related to the sharing capabilities, including the `OverrideTenantSharingCapability` status. Furthermore, the cmdlet lists all host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
4747

4848
You must be a SharePoint Embedded Administrator to run the cmdlet.
4949

@@ -64,7 +64,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
6464
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
6565
```
6666

67-
Example 2 provides details about the application corresponding to the "Owning Application Id" in the specified tenant. It returns Applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings, the OverrideTenantSharingCapability status and the list of all Copilot embedded chat host URLs.
67+
Example 2 provides details about the application corresponding to the "Owning Application Id" in the specified tenant. It returns Applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings, the `OverrideTenantSharingCapability` status and the list of all Copilot embedded chat host URLs.
6868

6969
### Example 3
7070

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Applicable: SharePoint Embedded
66
title: Set-SPOApplication
77
schema: 2.0.0
88
author: ShreyasSar26
9-
ms.author: shssaravanan
9+
ms.author: shsaravanan
1010
ms.reviewer:
1111
---
1212

@@ -38,7 +38,7 @@ Set-SPOApplication
3838

3939
`Set-SPOApplication` cmdlet is used to set the configuration properties of a specific application, determined by the `OwningApplicationId`.
4040

41-
You must be a SharePoint Embedded Administrator to run the cmdlet.
41+
You must be a SharePoint Embedded Administrator to run this cmdlet.
4242

4343
> [!NOTE]
4444
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`.
@@ -75,15 +75,15 @@ This example demonstrates how to enable file sharing within the SharePoint Embed
7575
### Example 4
7676

7777
```powershell
78-
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://prepspo.spgrid.com https://pemdevtenant.myownsite.com"
78+
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
7979
```
8080
This example sets the host URLs for the application with Id 423poi45.
8181

8282
## PARAMETERS
8383

8484
### -CopilotEmbeddedChatHosts
8585

86-
This parameter is used to add host URLs responsible for driving the Copilot embedded chat functionality in the SharePoint Embedded application.
86+
This parameter is used to add host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
8787

8888
```yaml
8989
Type: System.Collections.Generic.List`1[System.String]

0 commit comments

Comments
 (0)