Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Indicate planned deprecation of GrooveBlockOption #2940

Merged
merged 7 commits into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Commands/Admin/SetTenantSyncClientRestriction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SetTenantSyncClientRestriction : PnPAdminCmdlet
[Parameter(Mandatory = false, HelpMessage = @"Blocks certain file types from syncing with the new sync client (OneDrive.exe). Provide as one string separating the extensions using a semicolon (;). I.e. ""docx;pptx""")]
public List<string> ExcludedFileExtensions;

[Parameter(Mandatory = false, HelpMessage = "Controls whether or not a tenant's users can sync OneDrive for Business libraries with the old OneDrive for Business sync client. The valid values are OptOut, HardOptin, and SoftOptin.")]
[Parameter(Mandatory = false, HelpMessage = "Controls whether or not a tenant's users can sync OneDrive for Business libraries with the old OneDrive for Business sync client. The valid values are OptOut, HardOptin, and SoftOptin. GrooveBlockOption is planned to be deprecated. Please refrain from using the parameter.")]
public Enums.GrooveBlockOption GrooveBlockOption;

protected override void ExecuteCmdlet()
Expand Down Expand Up @@ -90,4 +90,4 @@ protected override void ExecuteCmdlet()
}
}
}
#endif
#endif