-
Notifications
You must be signed in to change notification settings - Fork 10
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
CCM Client Utilities should be off by default #13
Comments
I feel that the current implementation of |
The problem I see here is that not all machines have the Ccm Client SDK installed. I would expect the default behavior to work for all machines and then a switch to include a scenario for a subset of machines. I would also like to do a rename to PendingRebootDSC so if we are going to make a breaking change, that would be the right time. Moving to the other version would be a purposeful decision. |
@mgreenegit agree if that is the case, and to rename the parameter which would be more logical. In regards to renaming the resource module, in issue #12 it is being discussed if we instead should move the resource. 🤔 |
After starting the move of this resource over to ComptuerManagementDsc and reviewing the code, I agree with @mgreenegit - the But I also noticed a larger problem that I'll also fix: I'll fix both of these issues during the migration across to ComputerManagementDsc. |
This has been fixed over in the new PendingReboot in ComputerManagementDsc. @gaelcolas - can you close this one? |
After testing, my general feedback is that the CCM Client Utilities SDK check should be off by default. That would return the resource to a "just works" state without having to explicitly turn off the capability. I am looking for feedback from others.
The text was updated successfully, but these errors were encountered: