Merge branch '4.20'

This commit is contained in:
Suresh Kumar Anaparti 2025-08-11 16:44:27 +05:30
commit 99919fda7f
No known key found for this signature in database
GPG Key ID: D7CEAE3A9E71D0AA
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ public class ScaleSystemVMCmd extends BaseAsyncCmd {
} }
public Map<String, String> getDetails() { public Map<String, String> getDetails() {
return details; return convertDetailsToMap(details);
} }
///////////////////////////////////////////////////// /////////////////////////////////////////////////////

View File

@ -68,7 +68,7 @@ public class UpgradeSystemVMCmd extends BaseCmd {
} }
public Map<String, String> getDetails() { public Map<String, String> getDetails() {
return details; return convertDetailsToMap(details);
} }
///////////////////////////////////////////////////// /////////////////////////////////////////////////////