> +import org.jclouds.rest.annotations.QueryParams;
> +import org.jclouds.rest.annotations.RequestFilters;
> +
> +/**
> + * 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")

Follow the same naming pattern than in the other apis.

---
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#r64479558

Reply via email to