-
Notifications
You must be signed in to change notification settings - Fork 45
Add WMI set capability #946
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
base: main
Are you sure you want to change the base?
Conversation
8d882c3
to
1b25654
Compare
@Gijsreyn I appreciate your attempt here, but I think the problem is more complex. Some WMI classes actually support |
Thanks @SteveL-MSFT. If you want me to hit that one up, let me know. Before doing so, let's have a quick talk on the design on the thing. |
@Gijsreyn let's queue this up for next WG meeting |
It was more work than expected @SteveL-MSFT, but as discussed during WG meeting, I have implemented the Probably in the documentation, we can make a note that it does not apply to |
PR Summary
This PR adds the
set
capability on the WMI adapter #475. Traditionally, resources should have set, but in the case of WMI resources, it requires a method name and optionally parameters. These are filtered out during aGet
operation, but canonical during aSet
.PR Context