weizhouapache commented on PR #11062:
URL: https://github.com/apache/cloudstack/pull/11062#issuecomment-3069514156

   > @weizhouapache , these already are `Map<String, String>`s. Why is the 
conversions from `Map` to `Map<String, String>` needed?
   
   The details parameter looks like
   
   details[0].cpunumber=2
   
   it is not ready for use. we need to convert it to
   
   details["cpunumber"]="2"
   
   you may refer to#7769
   
   cc @DaanHoogland 


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to