> * @param serviceName
> * the unique DNS Prefix value in the Windows Azure Management
> Portal
> * @param deploymentName
> * the unique DNS Prefix value in the Windows Azure Management
> Portal
> */
> - Deployment getDeployment(String serviceName, String deploymentName);
> -
> + @Named("GetDeployment")
> + @GET
> +
> @Path("/services/hostedservices/{serviceName}/deployments/{deploymentName}")
Can `/services/hostedservices/` be hoisted to the interface level as a common
prefix?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/76/files#r18261790