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
LoadBalancerClient
is checking the wrong root element (load_balancers
instead ofload_balancer
) when deserializing the result of POST for creating a new load balancer.This results in the
LoadBalancer
response object never being populatedThis is an issue for all routes that return a single
LoadBalancer