Skip to content

Commit 8772ebf

Browse files
authored
Update SetSiteVersionPolicy.cs
Changed "Progress" to "Status" as the cmdlet has been renamed as well.
1 parent cc0b3c7 commit 8772ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Site/SetSiteVersionPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ protected override void ExecuteCmdlet()
168168
context.ExecuteQueryRetry();
169169
}
170170

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

0 commit comments

Comments
 (0)