Skip to content

Commit

Permalink
Merge pull request #3289 from ganesh-sanap/ArchiveRedirectUrl-Fix
Browse files Browse the repository at this point in the history
Fixed issue with ArchiveRedirectUrl parameter in Set-PnPTenant
  • Loading branch information
gautamdsheth authored Jul 25, 2023
2 parents 348c7e0 + 7f6c7a4 commit 9df132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Admin/SetTenant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ protected override void ExecuteCmdlet()
modified = true;
}

if (ShowPeoplePickerGroupSuggestionsForIB.HasValue)
if (ArchiveRedirectUrl != null)
{
Tenant.ArchiveRedirectUrl = ArchiveRedirectUrl;
modified = true;
Expand Down

0 comments on commit 9df132e

Please sign in to comment.