nacx 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);

Yes, We could do that and follow the same approach that we use for the 
availability sets (although leaving a default network that will be reused per 
resource group is not a big deal). Anyway, stuff for a different PR, right?

-- 
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#discussion_r149117921

Reply via email to