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);
yes, for a subsequent PR!
--
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_r149118570