Copilot commented on code in PR #11062: URL: https://github.com/apache/cloudstack/pull/11062#discussion_r2204626921
########## api/src/main/java/org/apache/cloudstack/api/command/admin/systemvm/ScaleSystemVMCmd.java: ########## @@ -76,7 +76,7 @@ public Long getServiceOfferingId() { } public Map<String, String> getDetails() { - return details; + return convertDetailsToMap(details); Review Comment: The same getDetails conversion logic appears in both ScaleSystemVMCmd and UpgradeSystemVMCmd; consider extracting this into a shared base class or utility to avoid duplication. -- 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