-
Notifications
You must be signed in to change notification settings - Fork 154
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
CopilotEmbeddedChatHost changes #801
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit eebee35: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit e68a6a2: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
this syntax is incorrect. Please use PlatyPS to get the right syntax. This is what I'm getting for syntax with PlatyPS:
Refers to: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md:19 in e68a6a2. [](commit_id = e68a6a2, deletion_comment = False) |
same for the other file In reply to: 2640685792 Refers to: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md:19 in e68a6a2. [](commit_id = e68a6a2, deletion_comment = False) |
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
Outdated
Show resolved
Hide resolved
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
Outdated
Show resolved
Hide resolved
also fix the build issues |
Learn Build status updates of commit 94b8996: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit 15490a5: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit 6360a09: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit d19d59e: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit e1823f7: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit eb42241: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
Learn Build status updates of commit bc2c40f: 💡 Validation status: suggestions
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
@ShreyasSar26 fix the pending warning |
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
@@ -50,7 +60,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi | |||
Get-SPOApplication -OwningApplicationId <OwningApplicationId> | |||
``` | |||
|
|||
Example 2 provides details about the owning application 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 and the OverrideTenantSharingCapability status | |||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md
Outdated
Show resolved
Hide resolved
### Example 4 | ||
|
||
```powershell | ||
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://prepspo.spgrid.com https://pemdevtenant.myownsite.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Example 4 | ||
|
||
```powershell | ||
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://prepspo.spgrid.com https://pemdevtenant.myownsite.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
Outdated
Show resolved
Hide resolved
@@ -50,7 +60,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi | |||
Get-SPOApplication -OwningApplicationId <OwningApplicationId> | |||
``` | |||
|
|||
Example 2 provides details about the owning application 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 and the OverrideTenantSharingCapability status | |||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot use the word Copilot with upper-case here as it refers to M365 Copilot and this is not it. Let's use SharePoint Embedded declarative agent experience. Same wording as suggested above.
and all host URLs allowed to use the SharePoint Embedded application's declarative agent experience
Get-SPOApplication -OwningApplicationId <OwningApplicationId> | Select-Object CopilotEmbeddedChatHosts | ||
``` | ||
|
||
Example 4 enumerates the entire list of the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same wording as above
entire list of host URLs allowed to use the SharePoint Embedded application's declarative agent experience
Position: Named | ||
Default value: False | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -CopilotEmbeddedChatHosts | ||
|
||
This parameter is used to add host URLs responsible for driving the Copilot embedded chat functionality in the SharePoint Embedded application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
Learn Build status updates of commit 073a246: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit d38e5b9: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Changes in cmdlet to support CopilotEmbeddedChatHost