Skip to content

Commit 471394f

Browse files
Fixed 2 tests to prevent 'value is not accepted'
1 parent 8139853 commit 471394f

File tree

3 files changed

+0
-71
lines changed

3 files changed

+0
-71
lines changed

tools/templateTests/Template_2.2015-01-01.SymbolicName.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -523,34 +523,6 @@
523523
"capacity": 1
524524
}
525525
},
526-
"Symbol32": {
527-
"apiVersion": "2015-06-15",
528-
"type": "Microsoft.Network/networkInterfaces",
529-
"name": "[concat(parameters('BEvirtualMachineNames')[copyIndex()],'-nic')]",
530-
"location": "[resourceGroup().location]",
531-
"copy": {
532-
"name": "BEnicLoop",
533-
"count": "[listAll(parameters('BEvirtualMachineNames'), '2015-05-01-preview'))]"
534-
},
535-
"dependsOn": [],
536-
"properties": {
537-
"ipConfigurations": [
538-
{
539-
"name": "ipconfig1",
540-
"properties": {
541-
"privateIPAllocationMethod": "Static",
542-
"privateIPAddress": "[concat(parameters('BEsubnetIPPrefix'),copyIndex(parameters('BEnicStartingAddress')))]",
543-
"subnet": {
544-
"id": "[listAll(parameters('BEvirtualMachineNames'), '2015-05-01-preview'))]"
545-
}
546-
}
547-
}
548-
],
549-
"dnsSettings": {
550-
"dnsServers": "[skip(parameters('onPremDNSServers'), 3)]"
551-
}
552-
}
553-
},
554526
"Symbol33": {
555527
"type": "Microsoft.Network/dnszones",
556528
"apiVersion": "2016-04-01",

tools/templateTests/Template_2.2015-01-01.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -523,34 +523,6 @@
523523
"capacity": 1
524524
}
525525
},
526-
{
527-
"apiVersion": "2015-06-15",
528-
"type": "Microsoft.Network/networkInterfaces",
529-
"name": "[concat(parameters('BEvirtualMachineNames')[copyIndex()],'-nic')]",
530-
"location": "[resourceGroup().location]",
531-
"copy": {
532-
"name": "BEnicLoop",
533-
"count": "[listAll(parameters('BEvirtualMachineNames'), '2015-05-01-preview'))]"
534-
},
535-
"dependsOn": [],
536-
"properties": {
537-
"ipConfigurations": [
538-
{
539-
"name": "ipconfig1",
540-
"properties": {
541-
"privateIPAllocationMethod": "Static",
542-
"privateIPAddress": "[concat(parameters('BEsubnetIPPrefix'),copyIndex(parameters('BEnicStartingAddress')))]",
543-
"subnet": {
544-
"id": "[listAll(parameters('BEvirtualMachineNames'), '2015-05-01-preview'))]"
545-
}
546-
}
547-
}
548-
],
549-
"dnsSettings": {
550-
"dnsServers": "[skip(parameters('onPremDNSServers'), 3)]"
551-
}
552-
}
553-
},
554526
{
555527
"type": "Microsoft.Network/dnszones",
556528
"apiVersion": "2016-04-01",

tools/templateTests/Template_3.2015-01-01.SymbolicName.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -339,21 +339,6 @@
339339
"accountType": "[variables('storageAccountType')]"
340340
}
341341
},
342-
"Symbol2": {
343-
"apiVersion": "2015-05-01-preview",
344-
"type": "Microsoft.Network/publicIPAddresses",
345-
"name": "[variables('publicIPAddressName')]",
346-
"location": "[variables('location')]",
347-
"tags": {
348-
"displayName": "PublicIPAddress"
349-
},
350-
"properties": {
351-
"publicIPAllocationMethod": "[variables('publicIPAddressType')]",
352-
"dnsSettings": {
353-
"domainNameLabel": "[parameters('dnsNameForPublicIP')]"
354-
}
355-
}
356-
},
357342
"Symbol3": {
358343
"apiVersion": "2015-05-01-preview",
359344
"type": "Microsoft.Network/virtualNetworks",

0 commit comments

Comments
 (0)