Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
selvasingh committed Jun 22, 2016
1 parent 45dd057 commit 6cfccf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static void main(String[] args) {
System.out.println("Creating multiple network interfaces");
NetworkInterface networkInterface1 = azure.networkInterfaces().define(networkInterfaceName1)
.withRegion(Region.US_EAST)
.withNewGroup(rgName)
.withExistingGroup(rgName)
.withNewPrimaryNetwork(network)
.withPrimaryPrivateIpAddressDynamic()
.withNewPrimaryPublicIpAddress(publicIpAddressLeafDNS1)
Expand Down

0 comments on commit 6cfccf0

Please sign in to comment.