File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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" : [
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'))]"
5858 }
5959 }
6060 }
61- ],
62- "dhcpOptions" : {
63- "dnsServers" : [ " 192.168.100.2" ]
64- }
61+ ]
6562 }
6663 }
6764 ],
You can’t perform that action at this time.
0 commit comments