Skip to content

Commit

Permalink
FMG Single: Update lowercase naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Jan 15, 2024
1 parent ce4ce21 commit e8cf995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FortiManager/single/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"customDataFortiFlex": "[if(equals(parameters('fortiManagerLicenseFortiFlex'),''),'',concat('exec vm-license ',parameters('fortiManagerLicenseFortiFlex'), '\n'))]",
"customDataCombined": "[concat(variables('customDataHeader'),variables('customDataBody'),variables('customDataFortiFlex'),variables('customDataLicenseHeader'),parameters('fortiManagerLicenseBYOL'), variables('customDataFooter'))]",
"fmgCustomData": "[base64(if(equals(parameters('fortiManagerLicenseBYOL'),''),variables('customDataBody'),variables('customDataCombined')))]",
"fmgNic1Name": "[concat(variables('fmgVmName'),'-Nic1')]",
"fmgNic1Name": "[concat(variables('fmgVmName'),'-nic1')]",
"fmgNic1Id": "[resourceId('Microsoft.Network/networkInterfaces',variables('fmgNic1Name'))]",
"publicIPName": "[if(equals(parameters('publicIPName'),''),concat(parameters('namePrefix'),'-fmg-pip'),parameters('publicIPName'))]",
"publicIPId": "[if(equals(parameters('publicIPNewOrExisting'),'new'),resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPName')),if(equals(parameters('publicIPNewOrExisting'),'existing'),resourceId(parameters('publicIPResourceGroup'),'Microsoft.Network/publicIPAddresses',variables('publicIPName')),''))]",
Expand Down

0 comments on commit e8cf995

Please sign in to comment.