LoadBalancerClient is checking the wrong root element (load_balancers instead of load_balancer) when deserializing the result of POST for creating a new load balancer.
This results in the LoadBalancer response object never being populated
This is an issue for all routes that return a single LoadBalancer
LoadBalancerClientis checking the wrong root element (load_balancersinstead ofload_balancer) when deserializing the result of POST for creating a new load balancer.This results in the
LoadBalancerresponse object never being populatedThis is an issue for all routes that return a single
LoadBalancer