> + */
> +@Path("/services/hostedservices")
> +@Headers(keys = "x-ms-version", values = "{jclouds.api-version}")
> +@Consumes(APPLICATION_XML)
> +@Produces(APPLICATION_XML)
> +public interface ServiceCertificatesApi {
> +
> + /**
> + * The List Service Certificates operation lists all of the service
> certificates associated with the specified cloud
> + * service.
> + *
> + * @param service service name.
> + * @return list of cloud service certificates.
> + */
> + @Named("ListServiceCertificates")
> + @Produces(APPLICATION_XML)
This is redundant.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/152/files#r27517546