You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewPSArgumentException("You must specify a value for ExpireVersionsAfterDays and MajorVersions");
276
+
thrownewPSArgumentException($"You must specify a value for {nameof(ExpireVersionsAfterDays)} and {nameof(MajorVersions)}",nameof(ExpireVersionsAfterDays));
thrownewPSArgumentException("You must specify ExpireVersionsAfterDays to be 0 for NoExpiration or greater equal 30 for ExpireAfter.");
294
+
thrownewPSArgumentException($"You must specify {nameof(ExpireVersionsAfterDays)} to be 0 for NoExpiration or greater equal 30 for ExpireAfter.",nameof(ExpireVersionsAfterDays));
0 commit comments