Hi,
I'm trying to update the lease day property from event broker on VRO, but the lease day not changed:
This is the update code (other properties, like machine name is work)
virtualMachineAddOrUpdateProperties = new Properties () ;
virtualMachineAddOrUpdateProperties.put('VirtualMachine.LeaseDay',3);
I tried to put the property on blueprint custom properties without success.
anyone know why?