danielestevez commented on this pull request.
> @@ -66,9 +67,9 @@
@MapBinder(BindToJsonPayload.class)
@PUT
PublicIPAddress createOrUpdate(@PathParam("publicipaddressname") String
publicipaddressname,
- @PayloadParam("location")
String location,
- @Nullable
@PayloadParam("tags") Map<String, String> tags,
- @PayloadParam("properties")
PublicIPAddressProperties properties);
+ @PayloadParam("location") String location, @Nullable
@PayloadParam("tags") Map<String, String> tags,
+ @PayloadParam("properties") PublicIPAddressProperties properties,
+ @Nullable @PayloadParam("sku") PublicAddressSKU sku);
sure
--
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_r242170537