> -
> -     }
> -
> -     @Override
> -     public Iterable<Deployment> listNodes() {
> -             // TODO Auto-generated method stub
> -             return null;
> -     }
> -
> +public class AzureManagementComputeServiceAdapter
> +      implements ComputeServiceAdapter<Deployment, RoleSize, Image, String> {
> +
> +   @Override
> +   public 
> org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Deployment>
>  createNodeWithGroupEncodedIntoName(
> +         String group, String name, Template template) {
> +      // TODO Auto-generated method stub

Intentional to have all these stubs here?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/76/files#r18261580

Reply via email to