Skip to content

Commit

Permalink
Update SetSiteVersionPolicy.cs (#4005)
Browse files Browse the repository at this point in the history
Changed "Progress" to "Status" as the cmdlet has been renamed as well.

Co-authored-by: Gautam Sheth <[email protected]>
  • Loading branch information
Studermarc and gautamdsheth authored Jun 13, 2024
1 parent b8f4fae commit 5948542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Site/SetSiteVersionPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected override void ExecuteCmdlet()
context.ExecuteQueryRetry();
}

WriteWarning("The setting for existing libraries takes at least 24 hours to take effect. Please run Get-PnPSiteVersionPolicyProgress to check the progress.");
WriteWarning("The setting for existing libraries takes at least 24 hours to take effect. Please run Get-PnPSiteVersionPolicyStatus to check the status.");
WriteWarning("The setting for existing libraries does not trim existing versions.");
}
}
Expand Down

0 comments on commit 5948542

Please sign in to comment.