resmo commented on code in PR #13818:
URL: https://github.com/apache/cloudstack/pull/13818#discussion_r3749330559


##########
api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/ListSslCertsCmd.java:
##########
@@ -50,9 +51,15 @@ public class ListSslCertsCmd extends BaseCmd {
     @Parameter(name = ApiConstants.CERTIFICATE_ID, type = CommandType.UUID, 
entityType = SslCertResponse.class, required = false, description = "ID of SSL 
certificate")
     private Long certId;
 
-    @Parameter(name = ApiConstants.ACCOUNT_ID, type = CommandType.UUID, 
entityType = AccountResponse.class, required = false, description = "Account 
ID")
+    @Parameter(name = ApiConstants.ACCOUNT_ID, type = CommandType.UUID, 
entityType = AccountResponse.class, required = false, description = "Account 
ID, deprecated: use " + ApiConstants.ACCOUNT + " and " + ApiConstants.DOMAIN_ID 
+ " instead")

Review Comment:
   hmm right, but I just thought about that I should add a note and make sure 
in code, that they are mutually exclusive. 



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