DaanHoogland commented on code in PR #11068: URL: https://github.com/apache/cloudstack/pull/11068#discussion_r2236082815
########## api/src/main/java/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java: ########## @@ -148,6 +149,11 @@ public class CreateTemplateCmd extends BaseAsyncCreateCmd implements UserCmd { since = "4.19.0") private String accountName; + @Parameter(name = ApiConstants.ARCH, type = CommandType.STRING, + description = "the CPU arch of the template. Valid options are: x86_64, aarch64", + since = "4.20.2") Review Comment: if both versions are to use the same template (which it looks like ti is going to be). -- 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