DaanHoogland commented on code in PR #11819: URL: https://github.com/apache/cloudstack/pull/11819#discussion_r2489232189
########## api/src/main/java/org/apache/cloudstack/api/command/admin/autoscale/CreateAutoScaleCounterCmd.java: ########## @@ -34,7 +34,7 @@ @APICommand(name = "createCounter", description = "Adds metric counter for VM auto scaling", responseObject = CounterResponse.class, Review Comment: ```suggestion @APICommand(name = "createAutoScaleCounter", description = "Adds metric counter for VM auto scaling", responseObject = CounterResponse.class, ``` this needs to change for the API name to change @erikbocks . -- 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]
