rohityadavcloud commented on code in PR #6947:
URL: https://github.com/apache/cloudstack/pull/6947#discussion_r1045470362
##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java:
##########
@@ -103,6 +103,9 @@ public class DeployVMCmd extends BaseAsyncCreateCustomIdCmd
implements SecurityG
@Parameter(name = ApiConstants.DISPLAY_NAME, type = CommandType.STRING,
description = "an optional user generated name for the virtual machine")
private String displayName;
+ @Parameter(name=ApiConstants.PASSWORD, type=CommandType.STRING,
description="The password of the virtual machine. If null, a random password
will be generated for the VM.")
Review Comment:
Can you add a `since` param in the @Parameter
--
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]