andrijapanicsb opened a new pull request, #13126: URL: https://github.com/apache/cloudstack/pull/13126
### Description `importUnmanagedInstance` documents `templateid` as an optional parameter, but KVM unmanaged instance import currently requires a template and fails when one is not supplied. This updates the generated API parameter description for `templateid` to explicitly mention that it is required when importing an unmanaged KVM instance. It avoids the current mismatch between API docs and runtime behavior without changing import semantics. Fixes #13067 ### Tests Added `ImportUnmanagedInstanceCmdTest` coverage to verify the `templateid` API parameter description includes the KVM requirement. Not run locally: this workstation does not have Java or Maven installed (`java`, `javac`, and `mvn` are not available). -- 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]
