We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1106c9 commit 2352ed3Copy full SHA for 2352ed3
1 file changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerTypeConfiguration.md
@@ -78,9 +78,9 @@ Example 5 overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList` wi
78
### Example 6
79
80
```powershell
81
-Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585 -CopilotEmbeddedChatHosts "https://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
+Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4 -CopilotEmbeddedChatHosts "https://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
82
```
83
-This example sets the host URLs for the container type with Id 4f0af585.
+This example sets the host URLs for the container type with Id 4f0af585-8dcc-0000-223d-661eb2c604e4.
84
85
## PARAMETERS
86
0 commit comments