Skip to content

Commit e010d1e

Browse files
cgns-gitlab-mirror-app[bot]chkp-avivmchkp-michaeltzchkp-noamerez
authored
feat(CGNSPC-1315): Azure | ARM - Remove first generation of IPv6 templates (#555)
Co-authored-by: Aviv Meydan <avivm@checkpoint.com> Co-authored-by: michaeltz <michaeltz@checkpoint.com> Co-authored-by: noamerez <noamerez@checkpoint.com>
1 parent 32642a5 commit e010d1e

5 files changed

Lines changed: 1 addition & 3572 deletions

File tree

azure/templates/marketplace-vmss/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@
14851485
"vnetID": "[if(variables('deployNewVnet'), resourceId(variables('vnetRGName'), 'Microsoft.Resources/deployments', variables('networkNewDeploymentName')), resourceId(variables('vnetRGName'), 'Microsoft.Resources/deployments', variables('networkExistingDeploymentName')))]",
14861486
"storageAccountId": "[resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]",
14871487
"customImageId": "[variables('imageReferenceCustomUri').id]",
1488-
"mgmtInterface": "[if(equals(parameters('instanceLevelPublicIP'), 'yes'), parameters('mgmtInterfaceOpt1'), parameters('mgmtInterfaceOpt2'))]",
1488+
"mgmtInterface": "[if(equals(parameters('instanceLevelPublicIPv4'), 'yes'), parameters('mgmtInterfaceOpt1'), parameters('mgmtInterfaceOpt2'))]",
14891489
"mgmtIpAddressType": "[split(variables('mgmtInterface'), '-')[1]]",
14901490
"mgmtInterfaceName": "[split(variables('mgmtInterface'), '-')[0]]",
14911491
"mgmtIPaddress": "[if(equals(variables('mgmtInterfaceName'), 'eth0'), parameters('mgmtIPaddress'), '')]",

azure/templates/single-ipv6/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)