Hi,
I'm trying out the client SDK(7.0U3) sample deployed on vSphere Client version 7.0.3.00500 and observing that none of the task names were rendering
I had registered the plugin using
./extension-registration.bat -action registerPlugin -remote -url https://myvcenter/sdk -username administrator@vsphere.local -password mysecret -key com.vmware.sample.remote -version 1.0.0 -pluginUrl https://mydevbox:8443/sample-ui/plugin.json -serverThumbprint 19:FD:2B:0E:62:5E:0E:10:FF:24:34:7A:81:F1:D5:33:19:A7:22:A0:DA:33:27:07:90:0F:8E:8D:72:F1:BD:F1 -c 'Example, Inc.' -n 'Remote Plug-in' -s 'This is a sample plug-in' --taskList remote-plugin-path\registration\resources\taskList.json --faultList remote-plugin-path\registration\resources\faultList.json --privilegeList remote-plugin-path\registration\resources\privilegeList.json --resourceList remote-plugin-path\registration\resources\resourceList.json
However, I see that resourceList was not set.
How can we make it work?