Hi @vedaniks ,
Thank you for the valuable feedback.
Since the default plugin manifest file is called plugin.json, it turned out to be required by the system. This is why the following is working fine:
{
"manifestVersion": "1.0.0",
"manifests": [
"plugin-80.json",
"plugin.json"
]
}
We are going to address this limitation in a next vSphere release. Until then, please name the least desired (lowest priority) manifest file as plugin.json. For example:
{
"manifestVersion": "1.0.0",
"manifests": [
"plugin-80.json",
"plugin-70.json"
"plugin.json"
]
}
Best Regards,
Denis