> +
> +      ipConfigurations.add(ipConfig);
> +
> +      NetworkInterfaceCardProperties networkInterfaceCardProperties = 
> NetworkInterfaceCardProperties.builder()
> +              .ipConfigurations(ipConfigurations)
> +              .build();
> +
> +      String networkInterfaceCardName = name + "nic";
> +      variables.put("networkInterfaceCardName", networkInterfaceCardName);
> +      variables.put("networkInterfaceCardReference", 
> "[resourceId('Microsoft.Network/networkInterfaces',variables('networkInterfaceCardName'))]");
> +
> +      ResourceDefinition networkInterfaceCard = ResourceDefinition.builder()
> +              .name("[variables('networkInterfaceCardName')]")
> +              .type("Microsoft.Network/networkInterfaces")
> +              .location(location)
> +              .apiVersion("2015-06-15")

Add a constant here too

---
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/273/files/534e8540c90b57d7d1b6cacd6cad8938788f176a#r65267885

Reply via email to