dheeraj12347 opened a new pull request, #13783:
URL: https://github.com/apache/cloudstack/pull/13783

   ## Description
   
   This PR adds missing `allowedValues` annotations for API parameters that 
expose a fixed set of valid values.
   
   The updated commands are:
   
   - `CreateDiskOfferingCmd` (`provisioningType`)
   - `CreateServiceOfferingCmd` (`provisioningType`)
   - `CreateConditionCmd` (`relationalOperator`)
   - `UpdateConditionCmd` (`relationalOperator`)
   - `ListUsersCmd` (`userSource`)
   
   These parameters already documented their valid values in the API 
description. This change makes the same information available through API 
discovery metadata, improving downstream tooling such as CloudMonkey 
autocompletion while preserving existing runtime behavior.
   
   ## Testing
   
   - Successfully compiled using:
   
   ```bash
   mvn -pl api -am -DskipTests compile


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