-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xADRecycleBin: Need to remove ShouldProcess from code #328
Comments
This looks like there is no Ensure parameter. @johlju Would you agree to just remove the shouldprocess binding and add in ensure to enable/disable? |
This can only be enabled or disabled per forest, so I don't see the need to an |
Right, i forgot once it's enabled, you can no longer disable it. I guess just removing the shouldprocess would be sufficient enough. |
Yes that is sufficient :) Are you working on this one now? |
Maybe, I don't want to commit to it quite yet. I'll finish up a few things and see if I have time. It just depends on how long my other commitments take. For now, I'll keep it open for someone to grab if they wish. |
Will wait until #330 is merged to work on this one. |
@kungfu71186 I will run with this one. I meant to do #329 but it was already fixed basically. |
- Changes to xADObjectPermissionEntry - Remove remnants of the `SupportsShouldProcess` (issue dsccommunity#329). - Changes to xADRecycleBin - Removed `SupportsShouldProcess` from the resource since DSC does not support that interactive function (issue dsccommunity#328).
This resource is using a non-supported function. Best practices are to not use ShouldProcess in DSC resources since DSC does not support that interactive function.
The text was updated successfully, but these errors were encountered: