Files
WALinuxAgent/tests/data/ext/sample_ext-1.3.0/HandlerManifest.json
2017-09-22 11:30:01 -07:00

15 lines
403 B
JSON

[{
"name": "ExampleHandlerLinux",
"version": 1.0,
"handlerManifest": {
"installCommand": "sample.py -install",
"uninstallCommand": "sample.py -uninstall",
"updateCommand": "sample.py -update",
"enableCommand": "sample.py -enable",
"disableCommand": "sample.py -disable",
"rebootAfterInstall": false,
"reportHeartbeat": false
}
}]