> +import org.jclouds.rest.annotations.QueryParams;
> +import org.jclouds.rest.annotations.RequestFilters;
> +import org.jclouds.rest.annotations.SelectJson;
> +
> +import javax.inject.Named;
> +import javax.ws.rs.Consumes;
> +import javax.ws.rs.GET;
> +import javax.ws.rs.Path;
> +import javax.ws.rs.Produces;
> +import javax.ws.rs.core.MediaType;
> +import java.util.List;
> +
> +@Path("/providers/Microsoft.Compute/locations/{location}/vmSizes")
> +@QueryParams(keys = "api-version", values = "2015-06-15")
> +@RequestFilters(OAuthFilter.class)
> +@Produces(MediaType.APPLICATION_JSON)

There are no methods here that produce a body

---
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-labs/pull/273/files/74f8e9bf66e7427298c5c3c9567aa7d8284e0987#r64479783

Reply via email to