Skip to content

Commit 488aeb6

Browse files
marcvaneijkvikasnav
authored andcommitted
Updated apiVersions and removed DNS ref (#169)
* Update for TP2 * Updated apiVersions and removed DNS ref
1 parent 3f2e634 commit 488aeb6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

101-create-vnet-nsg-only/azuredeploy.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"resources": [
1414
{
15-
"apiVersion": "2015-05-01-preview",
16-
"type": "Microsoft.Network/networkSecurityGroups",
1715
"name": "[variables('nsgName')]",
16+
"type": "Microsoft.Network/networkSecurityGroups",
17+
"apiVersion": "2015-06-15",
1818
"location": "[resourceGroup().location]",
1919
"properties": {
2020
"securityRules": [
@@ -35,9 +35,9 @@
3535
}
3636
},
3737
{
38-
"apiVersion": "2015-05-01-preview",
39-
"type": "Microsoft.Network/virtualNetworks",
4038
"name": "[variables('vnetName')]",
39+
"type": "Microsoft.Network/virtualNetworks",
40+
"apiVersion": "2015-06-15",
4141
"location": "[resourceGroup().location]",
4242
"dependsOn": [
4343
"[concat('Microsoft.Network/networkSecurityGroups/', variables('nsgName'))]"
@@ -58,10 +58,7 @@
5858
}
5959
}
6060
}
61-
],
62-
"dhcpOptions": {
63-
"dnsServers": [ "192.168.100.2" ]
64-
}
61+
]
6562
}
6663
}
6764
],

0 commit comments

Comments
 (0)