> -
> - }
> -
> - @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
this was reformatting for checkstyle, etc.. we'll get to implementing in a bit.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/76/files#r18261642