We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e23f8 commit 21b8a8aCopy full SHA for 21b8a8a
1 file changed
src/Commands/Site/SetSite.cs
@@ -116,8 +116,7 @@ public class SetSite : PnPSharePointCmdlet
116
[Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
117
public bool? IsAuthoritative;
118
119
- [Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
120
- [Alias("RestrictedContentDiscoveryforCopilotAndAgents")]
+ [Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)]
121
public bool? RestrictedContentDiscoveryForCopilotAndAgents;
122
123
0 commit comments