rohityadavcloud commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1741447895
##########
api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoCmd.java:
##########
@@ -77,6 +79,11 @@ public abstract class BaseUpdateTemplateOrIsoCmd extends
BaseCmd {
description = "optional boolean field, which indicates if details
should be cleaned up or not (if set to true, details removed for this resource,
details field ignored; if false or not set, no action)")
private Boolean cleanupDetails;
+ @Parameter(name = ApiConstants.ARCHITECTURE, type = CommandType.STRING,
Review Comment:
Should this be amd64 & arm64? Or, name them as: `x86_64 and aarch64`?
--
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]