nacx commented on this pull request.


> @@ -75,13 +75,26 @@ public AzureTemplateOptions dataDisks(DataDisk... 
> dataDisks) {
       return dataDisks(ImmutableList.copyOf(checkNotNull(dataDisks, 
"dataDisks")));
    }
    
+   /**
+    * Configure the NICs that will be attached to the created nodes.
+    * <p>
+    * Note that the number of NICs that can be attached depends on the size of
+    * the virtual machine, and that the guest operating system needs to be
+    * prepared to setup ont only the first network interface.

Ouch! Fixed :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/386#discussion_r113724796

Reply via email to