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

Using the provider-specific API. Without this change, there is no way to 
configure the tags for a network.

-- 
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_r149103400

Reply via email to