This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-11-23 21:23:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1c3604cb1e
inspec
/
test
/
unit
/
mock
/
cmd
/
reg_schedule
11 lines
203 B
Text
Raw
Normal View
History
Unescape
Escape
update mock command for registry key
2015-11-17 21:11:24 +00:00
{
"Start": {
"value": 2,
"type": 4
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 16:26:53 +00:00
},
"key.with.period": {
"value": 12345,
"type": 4
update mock command for registry key
2015-11-17 21:11:24 +00:00
}
}
Reference in a new issue
Copy permalink