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
Run SharpUp with the ModifiableScheduledTask parameter and verify that no checks were run:
[*] Audit mode: running an additional 0 check(s).
Root Cause of the Issue
That's because the check class is named differently, ModifiableScheduledTaskFile (notice the File at the end), so the ModifiableScheduledTask parameter does not invoke it.
Proposed Solution
There are two options for solving this:
Rename the parameter in the documentation from ModifiableScheduledTask to ModifiableScheduledTaskFile
Rename the check class to ModifiableScheduledTask
I propose choosing the latter option, as it is a quick internal change and people won't have to modify their scripts and checklists (even if they haven't worked so far).
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Run SharpUp with the
ModifiableScheduledTask
parameter and verify that no checks were run:Root Cause of the Issue
That's because the check class is named differently,
ModifiableScheduledTaskFile
(notice theFile
at the end), so theModifiableScheduledTask
parameter does not invoke it.Proposed Solution
There are two options for solving this:
ModifiableScheduledTask
toModifiableScheduledTaskFile
ModifiableScheduledTask
I propose choosing the latter option, as it is a quick internal change and people won't have to modify their scripts and checklists (even if they haven't worked so far).
The text was updated successfully, but these errors were encountered: