Skip to content

Commit 21b8a8a

Browse files
authored
Remove alias for RestrictedContentDiscovery parameter
1 parent 64e23f8 commit 21b8a8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Commands/Site/SetSite.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ public class SetSite : PnPSharePointCmdlet
116116
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
117117
public bool? IsAuthoritative;
118118

119-
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
120-
[Alias("RestrictedContentDiscoveryforCopilotAndAgents")]
119+
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
121120
public bool? RestrictedContentDiscoveryForCopilotAndAgents;
122121

123122
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]

0 commit comments

Comments
 (0)