Commands that make changes should support SupportsShouldProcess/WhatIf
dresken opened this issue · 0 comments
dresken commented
Is your feature request related to a problem? Please describe.
Some commands support SupportsShouldProcess - but many do not. This makes testing of scripts or commands inconsistent or overly complicated.
Describe the solution you'd like
Please implement SupportsShouldProcess on any commands that make changes. Generally that is any that are New- Update- Remove- Add- etc