ScheduledTask: Refactor to Remove non-Required/Key parameters from Get-TargetResource #249
Labels
enhancement
The issue is an enhancement request.
in progress
The issue is being actively worked on by someone.
Get-TargetResource
accepts many parameters that are not key/required. We should refactorGet-TargetResource
so it does not accept these parameters.To do this, we should move all the code from
Get-TargetResource
into a new functionGet-CurrentResource
that accepts all values and change all functions (includingGet-TargetResource
) to call this.This should be considered a BREAKING CHANGE.
The text was updated successfully, but these errors were encountered: