Summary of the new feature / enhancement
It may be simpler for DSC resource implementations to implement delete rather than have logic as part of set to handle _exist. We can still support _exist as a special keyword in configuration where dsc knows to call delete if implemented.
PowerShell resources already implement ensure differently, so that won't change either way.
Proposed technical implementation details (optional)
No response