DaanHoogland commented on code in PR #11068:
URL: https://github.com/apache/cloudstack/pull/11068#discussion_r2226595357


##########
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:
   it is based off of 4.20 @sureshanaparti , I think it is good like this.



-- 
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

Reply via email to