Skip to content

Commit aa6c0da

Browse files
marcvaneijkvikasnav
authored andcommitted
101 create nsg (#166)
* Update for TP2 * apiVersion and Ordering
1 parent f35d0d3 commit aa6c0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

101-create-nsg/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
"resources": [
99
{
10-
"apiVersion": "2015-05-01-preview",
11-
"type": "Microsoft.Network/networkSecurityGroups",
1210
"name": "[variables('networkSecurityGroupName')]",
11+
"type": "Microsoft.Network/networkSecurityGroups",
12+
"apiVersion": "2015-06-15",
1313
"location": "[resourceGroup().location]",
1414
"tags": {
1515
"displayName": "NetworkSecurityGroup"

0 commit comments

Comments
 (0)