mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-08-28 13:25:53 +00:00
20 lines
433 B
JSON
20 lines
433 B
JSON
[{
|
|
"name":"foo",
|
|
"properties":{
|
|
"version":"1.3.0.0",
|
|
"upgradePolicy": "manual",
|
|
"state": "enabled",
|
|
"extensions":[{
|
|
"name":"baz",
|
|
"sequenceNumber":0,
|
|
"publicSettings":{
|
|
"commandToExecute": "echo 123",
|
|
"uris":[]
|
|
}
|
|
}]
|
|
},
|
|
"versionUris":[{
|
|
"uri":"http://ext_handler_pkgs/versionUri"
|
|
}]
|
|
}]
|