inspec/test/unit/mock/cmd/reg_schedule
Adam Leff adf25ae783 Support array syntax for registry_key resource (#2160)
Users cannot query for registry keys that have periods in them because of
how rspec-its works. This change enables Array-style syntax for the
registry_key resource so users can use that as a workaround.

Signed-off-by: Adam Leff <adam@leff.co>
2017-09-19 18:26:53 +02:00

10 lines
203 B
Text

{
"Start": {
"value": 2,
"type": 4
},
"key.with.period": {
"value": 12345,
"type": 4
}
}