> +
> +/**
> + * The Azure Resource Management API includes operations for managing the OS 
> images in your subscription.
> + */
> +@Path("/providers/Microsoft.Compute/locations/{location}")
> +@RequestFilters(OAuthFilter.class)
> +@QueryParams(keys = "api-version", values = "2015-06-15")
> +@Consumes(APPLICATION_JSON)
> +public interface OSImageApi {
> +
> +   /**
> +    * List Publishers in location
> +    */
> +   @Named("ListPublishers")
> +   @GET
> +   @Produces(APPLICATION_JSON)

GET methods don't 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#r64479678

Reply via email to