Skip to content

Commit 7a7f50a

Browse files
authored
Update Set-SPOContainerTypeConfiguration.md
1 parent 3e3eb1e commit 7a7f50a

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Set-SPOContainerTypeConfiguration -ContainerTypeId <Guid> [-DiscoverabilityDisab
2222
[-SharingRestricted <Boolean>] [-ApplicationRedirectUrl <String>] [-WhoCanShareAnonymousAllowList <Guid[]>]
2323
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>] [-OverrideTenantWhoCanShareAnonymousAllowList <Boolean>]
2424
[-OverrideTenantWhoCanShareAuthenticatedGuestAllowList <Boolean>]
25-
[[-CopilotEmbeddedChatHosts] <System.Collections.Generic.List`1[System.String]>] [-WhatIf] [-Confirm]
26-
[<CommonParameters>]
2725
```
2826

2927
## DESCRIPTION
@@ -50,12 +48,6 @@ Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb
5048

5149
Example 2 turns on an open sharing model for this container type. Any container members and guest users with edit permissions can share files created within the container type.
5250

53-
### Example 3
54-
55-
```powershell
56-
Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585 -CopilotEmbeddedChatHosts "http://localhost:3000 https://contoso.sharepoint.com https://fabrikam.com"
57-
```
58-
This example sets the host URLs for the container type with Id 4f0af585.
5951

6052
## PARAMETERS
6153

@@ -123,21 +115,6 @@ Accept pipeline input: False
123115
Accept wildcard characters: False
124116
```
125117
126-
### -CopilotEmbeddedChatHosts
127-
This parameter is used to add host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
128-
129-
```yaml
130-
Type: System.Collections.Generic.List`1[System.String]
131-
Parameter Sets: (All)
132-
Aliases:
133-
134-
Required: False
135-
Position: 3
136-
Default value: None
137-
Accept pipeline input: False
138-
Accept wildcard characters: False
139-
```
140-
141118
142119
### -OverrideTenantWhoCanShareAnonymousAllowList
143120
@@ -218,8 +195,6 @@ Accept pipeline input: False
218195
Accept wildcard characters: False
219196
```
220197

221-
### CommonParameters
222-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
223198

224199
## RELATED LINKS
225200

0 commit comments

Comments
 (0)