rohityadavcloud commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1741449861


##########
api/src/main/java/org/apache/cloudstack/api/command/user/iso/ListIsosCmd.java:
##########
@@ -88,6 +90,11 @@ public class ListIsosCmd extends BaseListTaggedResourcesCmd 
implements UserCmd {
     @Parameter(name = ApiConstants.SHOW_RESOURCE_ICON, type = 
CommandType.BOOLEAN, description = "flag to display the resource image for the 
isos")
     private Boolean showIcon;
 
+    @Parameter(name = ApiConstants.ARCHITECTURE, type = CommandType.STRING,
+            description = "the CPU architecture of the ISO. Valid options are: 
x86_64, arm64",

Review Comment:
   same comments as for templates. Btw on second though, this is fine too as 
long as we stick to it.



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

Reply via email to