> + */
> + @Named("UpdateVMImage")
> + @PUT
> + @Path("/{imageName}")
> + @Produces(APPLICATION_XML)
> + @ResponseParser(ParseRequestIdHeader.class) String update(String
> imageName,
> + @BinderParam(VMImageParamsToXML.class) VMImageParams params);
> +
> + /**
> + * The Delete VM Image operation deletes the specified VM Image from the
> image repository that is associated with
> + * the specified subscription.
> + */
> + @Named("DeleteImage")
> + @DELETE
> + @Path("/{imageName}")
> + @Produces(APPLICATION_XML)
Same comment about the produced body and the annotation.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/167/files#r28432527