DSC
DSC copied to clipboard
Fix input schema validation for RebootPending resource
PR Summary
Fix #485
When used in a configuration Microsoft.Windows/RebootPending was failing input schema validation.
This PR adds empty schema (because RebootPending resource expects no input) to resolve that issue.
@michaeltlombardi please let me know if this is not the right way to do this for resources that do not take input.
@anmenaga I think the schema should also reflect the output so people can view the schema and know what to expect even if it takes no input
add static schema to manifest
@SteveL-MSFT That is "schema/embedded/properties" node, right? Updated.