We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35d0d3 commit aa6c0daCopy full SHA for aa6c0da
101-create-nsg/azuredeploy.json
@@ -7,9 +7,9 @@
7
},
8
"resources": [
9
{
10
- "apiVersion": "2015-05-01-preview",
11
- "type": "Microsoft.Network/networkSecurityGroups",
12
"name": "[variables('networkSecurityGroupName')]",
+ "type": "Microsoft.Network/networkSecurityGroups",
+ "apiVersion": "2015-06-15",
13
"location": "[resourceGroup().location]",
14
"tags": {
15
"displayName": "NetworkSecurityGroup"
0 commit comments