Skip to content

Commit

Permalink
Resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed May 23, 2023
1 parent b703746 commit 23bf501
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Commands/Admin/SetTenant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,7 @@ public class SetTenant : PnPAdminCmdlet
public bool? ShowPeoplePickerGroupSuggestionsForIB { get; set; }

[Parameter(Mandatory = false)]
public int? OneDriveRequestFilesLinkExpirationInDays { get; set; }

[Parameter(Mandatory = false)]
public string ArchiveRedirectUrl { get; set; }

[Parameter(Mandatory = false)]
public bool? BlockSendLabelMismatchEmail { get; set; }
public int? OneDriveRequestFilesLinkExpirationInDays { get; set; }

[Parameter(Mandatory = false)]
public bool? BlockDownloadFileTypePolicy { get; set; }
Expand Down

0 comments on commit 23bf501

Please sign in to comment.