slavkap commented on issue #12456:
URL: https://github.com/apache/cloudstack/issues/12456#issuecomment-3769352938

   Hi @kiranchavala, @DaanHoogland, there is the same problem with update 
virtual machine details with cloudmonkey
   ```
   (admin) 🐱 > list virtualmachines id=fd953c75-34ac-4324-ba25-175e7fc5dd72 
filter=details
   {
     "count": 1,
     "virtualmachine": [
       {
         "details": {
           "rootDiskController": "osdefault"
         }
       }
     ]
   }
   (admin) 🐱 > update virtualmachine id=fd953c75-34ac-4324-ba25-175e7fc5dd72 
details[0].UEFI=secure filter=details
   {
     "virtualmachine": {
       "details": {
         "UEFI": "secure"
       }
     }
   }
   ```
   I think this affects older versions but I don't have an env. to test it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to