danielestevez commented on this pull request.
> @@ -68,7 +69,7 @@
@MapBinder(BindToJsonPayload.class)
LoadBalancer createOrUpdate(@PathParam("loadbalancername") String lbName,
@PayloadParam("location") String location, @Nullable
@PayloadParam("tags") Map<String, String> tags,
- @PayloadParam("properties") LoadBalancerProperties properties);
+ @PayloadParam("properties") LoadBalancerProperties properties,
@Nullable @PayloadParam("sku") LoadBalancerSKU sku);
Fine!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1264#discussion_r242172745