Skip to content

Commit

Permalink
Merge pull request #390 from 40net-cloud/fgt-vm-update-version
Browse files Browse the repository at this point in the history
[FGT] Azure Marketplace FGT Version update
  • Loading branch information
jvhoof authored Jul 29, 2024
2 parents e298a0d + b4f87a2 commit b0ba704
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
12 changes: 10 additions & 2 deletions FortiGate/A-Single-VM/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
"type": "string",
"defaultValue": "7.4.4",
"allowedValues": [
"6.2.0",
"6.2.2",
"6.2.4",
"6.2.5",
"6.4.0",
"6.4.10",
"6.4.11",
"6.4.12",
"6.4.13",
"6.4.15",
"6.4.2",
"6.4.3",
Expand Down Expand Up @@ -112,9 +121,8 @@
"defaultValue": "7.4.4",
"allowedValues": [
"7.2.8",
"7.2.7",
"7.4.4",
"7.4.3",
"7.4.4",
"latest"
],
"metadata": {
Expand Down
4 changes: 2 additions & 2 deletions FortiGate/A-Single-VM/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@
"label": "Use Azure compute gallery VHD for deployment",
"toolTip": "This option enables the Internet inbound usecase and creates additional routing infrastructure",
"visible": true
},
},
{
"name": "customvhdinfo",
"type": "Microsoft.Common.InfoBox",
Expand Down Expand Up @@ -1170,7 +1170,7 @@
"adminPassword": "[basics('adminPassword')]",
"location": "[location()]",
"instanceType_x64": "[steps('instance').instancetype_x64.selection_x64]",
"instanceType_arm64":"[steps('instance').instancetype_arm64.selection_arm64]",
"instanceType_arm64": "[steps('instance').instancetype_arm64.selection_arm64]",
"availabilityOptions": "[steps('instance').availabilityOptions.availabilityOptions]",
"existingAvailabilitySetName": "[steps('instance').availabilityOptions.availabilitySetSelector.name]",
"availabilityZoneNumber": "[steps('instance').availabilityOptions.availabilityZoneSelector]",
Expand Down
3 changes: 1 addition & 2 deletions FortiGate/Active-Active-ELB-ILB/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@
"defaultValue": "7.4.4",
"allowedValues": [
"7.2.8",
"7.2.7",
"7.4.4",
"7.4.3",
"7.4.4",
"latest"
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion FortiGate/Active-Active-ELB-ILB/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@
"adminPassword": "[basics('adminPassword')]",
"location": "[location()]",
"instanceType_x64": "[steps('instance').instancetype_x64.selection_x64]",
"instanceType_arm64":"[steps('instance').instancetype_arm64.selection_arm64]",
"instanceType_arm64": "[steps('instance').instancetype_arm64.selection_arm64]",
"availabilityOptions": "[steps('instance').availabilityOptions.availabilityOptions]",
"fortiGateLicenseBYOL1": "[steps('instance').fgtLicense.fgt1content]",
"fortiGateLicenseBYOL2": "[steps('instance').fgtLicense.fgt2content]",
Expand Down
12 changes: 10 additions & 2 deletions FortiGate/Active-Passive-ELB-ILB/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
"type": "string",
"defaultValue": "7.4.4",
"allowedValues": [
"6.2.0",
"6.2.2",
"6.2.4",
"6.2.5",
"6.4.0",
"6.4.10",
"6.4.11",
"6.4.12",
"6.4.13",
"6.4.15",
"6.4.2",
"6.4.3",
Expand Down Expand Up @@ -105,9 +114,8 @@
"defaultValue": "7.4.4",
"allowedValues": [
"7.2.8",
"7.2.7",
"7.4.4",
"7.4.3",
"7.4.4",
"latest"
],
"metadata": {
Expand Down
3 changes: 1 addition & 2 deletions FortiGate/Active-Passive-SDN/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@
"defaultValue": "7.4.4",
"allowedValues": [
"7.2.8",
"7.2.7",
"7.4.4",
"7.4.3",
"7.4.4",
"latest"
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion FortiGate/Active-Passive-SDN/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1451,4 +1451,4 @@
"tagsByResource": "[steps('tags').tagsByResource]"
}
}
}
}

0 comments on commit b0ba704

Please sign in to comment.