Hi,
Our plugin has a set of actions under an ActionSet extension, which are displayed when right clicking on a vm.
Up until Vsphere 6.0 the name shown for the action set when right clicking seemed to take the description.label property from our plugin's Extension Object which is under the ExtensionManager, and would show "All {description.label} Actions".
Now in Vsphere 6.5 it seems the behavior has changed and it seems to use the name of the plugin's zip file (under Extension.client.url), making the name of our actions menu weird and un-meaningful.
I tried adding a name tag under the <object> tag but it didn't help.
<extension id="com.emc.bla.vwc.actions.vm">
<extendedPoint>vise.actions.sets</extendedPoint>
<object>
<name>#{vm_actions.name}</name>
<actions>
Any idea how I can change the name? Or is there a known open issue on this we can track?
Thanks