sureshanaparti commented on code in PR #11068: URL: https://github.com/apache/cloudstack/pull/11068#discussion_r2227657982
########## 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: @DaanHoogland is it ok if it goes in 4.21 first (before 4.20.2)? -- 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