Skip to content

Commit

Permalink
added missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-rivkas committed Dec 25, 2023
1 parent dea992d commit 6a72ffa
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2,745 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
"primary": true,
"enableIPForwarding": false,
"enableAcceleratedNetworking": true,
"networkSecurityGroup":"[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"networkSecurityGroup": "[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"ipConfigurations": [
{
"name": "ipconfig1",
Expand Down
4 changes: 2 additions & 2 deletions azure/templates/marketplace-ha/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@
"primary": true,
"enableIPForwarding": true,
"enableAcceleratedNetworking": "[not(equals(variables('osVersion'), 'R8010'))]",
"networkSecurityGroup":"[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"ipConfigurations":"[union(variables('DefaultIpAddresses'),variables('Vips'))]"
"networkSecurityGroup": "[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"ipConfigurations": "[union(variables('DefaultIpAddresses'),variables('Vips'))]"
},
"tags": "[ if(contains(parameters('tagsByResource'), 'Microsoft.Network/networkInterfaces'), parameters('tagsByResource')['Microsoft.Network/networkInterfaces'], json('{}')) ]"
},
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-management/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"name": "[variables('nic1Name')]",
"properties": {
"enableIPForwarding": false,
"networkSecurityGroup":"[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"networkSecurityGroup": "[if(parameters('deployNewNSG') , variables('NewNsgReference') , parameters('ExistingNSG'))]",
"ipConfigurations": [
{
"name": "ipconfig1",
Expand Down
338 changes: 0 additions & 338 deletions azure/templates/marketplace-single-waap/createUiDefinition.json

This file was deleted.

Loading

0 comments on commit 6a72ffa

Please sign in to comment.