abh1sar commented on PR #12431:
URL: https://github.com/apache/cloudstack/pull/12431#issuecomment-3754306615

   I found some more occurrences where the zoneIds parameter is used without 
the length annotation (There was only one for domainId which is fixed here). 
@nvazquez would you please fix these as well?
   
   ```java
   UpdateVPCOfferingCmd
       
       @Parameter(name = ApiConstants.ZONE_ID,
               type = CommandType.STRING,
               description = "The ID of the containing zone(s) as comma 
separated string, all for all zones offerings",
               since = "4.13")
       private String zoneIds;
   ```
   
   ```java
   UpdateServiceOfferingCmd
   
       @Parameter(name = ApiConstants.ZONE_ID,
               type = CommandType.STRING,
               description = "The ID of the containing zone(s) as comma 
separated string, all for all zones offerings",
               since = "4.13")
       private String zoneIds;
   
   ```
   
   ```java
   UpdateDiskOfferingCmd
   
       @Parameter(name = ApiConstants.ZONE_ID,
               type = CommandType.STRING,
               description = "The ID of the containing zone(s) as comma 
separated string, all for all zones offerings",
               since = "4.13")
       private String zoneIds;
   ```


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