Skip to content

Commit

Permalink
Excluded set of false alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailTryakhov committed Sep 8, 2022
1 parent 3b63994 commit 37ef73b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 537 deletions.
268 changes: 0 additions & 268 deletions tools/templateTests/Template_3.2019-04-01.SymbolicName.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,45 +339,6 @@
"accountType": "[variables('storageAccountType')]"
}
},
"Symbol2": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/publicIPAddresses",
"name": "[variables('publicIPAddressName')]",
"location": "[variables('location')]",
"tags": {
"displayName": "PublicIPAddress"
},
"properties": {
"publicIPAllocationMethod": "[variables('publicIPAddressType')]",
"dnsSettings": {
"domainNameLabel": "[parameters('dnsNameForPublicIP')]"
}
}
},
"Symbol3": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/virtualNetworks",
"name": "[variables('virtualNetworkName')]",
"location": "[variables('location')]",
"tags": {
"displayName": "VirtualNetwork"
},
"properties": {
"addressSpace": {
"addressPrefixes": [
"[variables('addressPrefix')]"
]
},
"subnets": [
{
"name": "[variables('subnetName')]",
"properties": {
"addressPrefix": "[variables('subnetPrefix')]"
}
}
]
}
},
"Symbol4": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/networkInterfaces",
Expand Down Expand Up @@ -476,45 +437,6 @@
"accountType": "[variables('storageAccountType')]"
}
},
"Symbol7": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/publicIPAddresses",
"name": "[parameters('dnsNameForPublicIP')]",
"location": "[variables('location')]",
"tags": {
"displayName": "PublicIPAddress"
},
"properties": {
"publicIPAllocationMethod": "[variables('publicIPAddressType')]",
"dnsSettings": {
"domainNameLabel": "[parameters('dnsNameForPublicIP')]"
}
}
},
"Symbol8": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/virtualNetworks",
"name": "[variables('virtualNetworkName')]",
"location": "[variables('location')]",
"tags": {
"displayName": "VirtualNetwork"
},
"properties": {
"addressSpace": {
"addressPrefixes": [
"[variables('addressPrefix')]"
]
},
"subnets": [
{
"name": "[variables('subnetName')]",
"properties": {
"addressPrefix": "[variables('subnetPrefix')]"
}
}
]
}
},
"Symbol9": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/networkInterfaces",
Expand Down Expand Up @@ -602,45 +524,6 @@
"accountType": "[variables('storageAccountType')]"
}
},
"Symbol12": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/publicIPAddresses",
"tags": {
"displayName": "PublicIPAddress"
},
"name": "[parameters('dnsNameForPublicIP')]",
"location": "[parameters('vmlocation')]",
"properties": {
"publicIPAllocationMethod": "[variables('publicIPAddressType')]",
"dnsSettings": {
"domainNameLabel": "[parameters('dnsNameForPublicIP')]"
}
}
},
"Symbol13": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/virtualNetworks",
"name": "[variables('virtualNetworkName')]",
"tags": {
"displayName": "VirtualNetwork"
},
"location": "[parameters('vmlocation')]",
"properties": {
"addressSpace": {
"addressPrefixes": [
"[variables('addressPrefix')]"
]
},
"subnets": [
{
"name": "[variables('subnetName')]",
"properties": {
"addressPrefix": "[variables('subnetPrefix')]"
}
}
]
}
},
"Symbol14": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/networkInterfaces",
Expand Down Expand Up @@ -772,30 +655,6 @@
"displayName": "AvailabilitySet"
}
},
"Symbol19": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/virtualNetworks",
"name": "[parameters('virtualNetworkName')]",
"location": "[resourceGroup().location]",
"tags": {
"displayName": "VirtualNetwork"
},
"properties": {
"addressSpace": {
"addressPrefixes": [
"10.0.0.0/16"
]
},
"subnets": [
{
"name": "[variables('subnetName')]",
"properties": {
"addressPrefix": "10.0.2.0/24"
}
}
]
}
},
"Symbol20": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/networkInterfaces",
Expand Down Expand Up @@ -832,68 +691,6 @@

}
},
"Symbol21": {
"apiVersion": "2015-05-01-preview",
"type": "Microsoft.Network/loadBalancers",
"name": "[parameters('loadBalancerName')]",
"location": "[resourceGroup().location]",
"tags": {
"displayName": "LoadBalancer"
},
"dependsOn": [ "[variables('vnetID')]" ],
"properties": {
"frontendIPConfigurations": [

{
"properties": {
"subnet": {
"id": "[variables('subnetRef')]"
},
"privateIPAddress": "10.0.2.6",
"privateIPAllocationMethod": "Static"
},
"name": "LoadBalancerFrontend"
}
],
"backendAddressPools": [
{
"name": "BackendPool1"
}
],
"loadBalancingRules": [
{
"properties": {
"frontendIPConfiguration": {
"id": "[concat(resourceId('Microsoft.Network/loadBalancers', parameters('loadBalancerName')), '/frontendIpConfigurations/LoadBalancerFrontend')]"
},
"backendAddressPool": {
"id": "[concat(resourceId('Microsoft.Network/loadBalancers', parameters('loadBalancerName')), '/backendAddressPools/BackendPool1')]"
},
"probe": {
"id": "[concat(resourceId('Microsoft.Network/loadBalancers', parameters('loadBalancerName')), '/probes/lbprobe')]"
},
"protocol": "Tcp",
"frontendPort": 80,
"backendPort": 80,
"idleTimeoutInMinutes": 15

},
"name": "lbrule"
}
],
"probes": [
{
"properties": {
"protocol": "Tcp",
"port": 80,
"intervalInSeconds": 15,
"numberOfProbes": 2
},
"name": "lbprobe"
}
]
}
},
"Symbol22": {
"apiVersion": "2015-06-15",
"type": "Microsoft.Compute/virtualMachines",
Expand Down Expand Up @@ -962,55 +759,6 @@
"displayName": "as1"
}
},
"Symbol24": {
"type": "Microsoft.Network/routeTables",
"location": "[parameters('as1Location')]",
"apiVersion": "2015-05-01-preview",
"name": "routeTable1",
"properties": {
"routes": [
{
"name": "route1",
"properties": {
"addressPrefix": "a",
"nextHopType": "HyperNetGateway"
}
}
]

}
},
"Symbol25": {
"name": "vn1",
"type": "Microsoft.Network/virtualNetworks",
"location": "[parameters('vn1Location')]",
"apiVersion": "2015-05-01-preview",
"dependsOn": [ ],
"tags": {
"displayName": "vn1"
},
"properties": {
"addressSpace": {
"addressPrefixes": [
"[variables('vn1Prefix')]"
]
},
"subnets": [
{
"name": "[variables('vn1Subnet1Name')]",
"properties": {
"addressPrefix": "[variables('vn1Subnet1Prefix')]"
}
},
{
"name": "[variables('vn1Subnet2Name')]",
"properties": {
"addressPrefix": "[variables('vn1Subnet2Prefix')]"
}
}
]
}
},
"Symbol26": {
"name": "[parameters('nic1Name')]",
"type": "Microsoft.Network/networkInterfaces",
Expand Down Expand Up @@ -1221,22 +969,6 @@
}
]
},
"Symbol32": {
"name": "[variables('publicIPName')]",
"type": "Microsoft.Network/publicIPAddresses",
"location": "[parameters('vn1Location')]",
"apiVersion": "2015-05-01-preview",
"dependsOn": [ ],
"tags": {
"displayName": "publicIP"
},
"properties": {
"publicIPAllocationMethod": "Dynamic",
"dnsSettings": {
"domainNameLabel": "[parameters('publicIPDnsName')]"
}
}
},
"Symbol33": {
"name": "vmWinRMListenerProtocol",
"type": "Microsoft.Compute/virtualMachines",
Expand Down
Loading

0 comments on commit 37ef73b

Please sign in to comment.