erikbocks opened a new pull request, #11819: URL: https://github.com/apache/cloudstack/pull/11819
### Description Currently, the `createCondition` command belongs to a class named as `CreateConditionCmd`. This class has a very abstract name and does not define what is the purpose of the condition. Thus, this PR renames `CreateConditionCmd` class to `CreateConditionForVmAutoScalingCmd`, helping developers to understand the class purpose without having to access it. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [X] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] Build/CI - [ ] Test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor ### Screenshots (if appropriate): ### How Has This Been Tested? I built the packages with the changes, applied them in my local environment and called the API `createCondition` via CloudMonkey and validated that everything works as intended. Unitary tests were also executed and they passed successfully. #### How did you try to break this feature and the system with this change? <!-- see how your change affects other areas of the code, etc. --> <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- 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]
