andreaturli commented on this pull request.


> @@ -159,7 +159,7 @@ protected synchronized void 
> createDefaultNetworkIfNeeded(String group, String lo
          logger.debug(">> network options have not been configured. Creating 
network %s(%s) and subnet %s(%s)", name,
                defaultVnetAddressPrefix, name, defaultSubnetAddressPrefix);
          
-         
api.getVirtualNetworkApi(options.getResourceGroup()).createOrUpdate(name, 
location, properties);
+         
api.getVirtualNetworkApi(options.getResourceGroup()).createOrUpdate(name, 
location, null, properties);

out of curiosity, how do you plan to use the `tags` is the 
`CreateResourceThenCreateNodes` has them set to null?

-- 
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/417#pullrequestreview-74444234

Reply via email to