From b4f87a2f62f9dbf55840e3977435a81c47748817 Mon Sep 17 00:00:00 2001 From: jvhoof Date: Mon, 29 Jul 2024 05:42:13 +0000 Subject: [PATCH] Update report --- FortiGate/A-Single-VM/azuredeploy.json | 12 ++++++++++-- FortiGate/A-Single-VM/createUiDefinition.json | 4 ++-- FortiGate/Active-Active-ELB-ILB/azuredeploy.json | 3 +-- .../Active-Active-ELB-ILB/createUiDefinition.json | 2 +- FortiGate/Active-Passive-ELB-ILB/azuredeploy.json | 12 ++++++++++-- FortiGate/Active-Passive-SDN/azuredeploy.json | 3 +-- FortiGate/Active-Passive-SDN/createUiDefinition.json | 2 +- 7 files changed, 26 insertions(+), 12 deletions(-) diff --git a/FortiGate/A-Single-VM/azuredeploy.json b/FortiGate/A-Single-VM/azuredeploy.json index 6b5f6fc6..04d60956 100644 --- a/FortiGate/A-Single-VM/azuredeploy.json +++ b/FortiGate/A-Single-VM/azuredeploy.json @@ -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", @@ -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": { diff --git a/FortiGate/A-Single-VM/createUiDefinition.json b/FortiGate/A-Single-VM/createUiDefinition.json index 891ae092..94b7c62f 100644 --- a/FortiGate/A-Single-VM/createUiDefinition.json +++ b/FortiGate/A-Single-VM/createUiDefinition.json @@ -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", @@ -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]", diff --git a/FortiGate/Active-Active-ELB-ILB/azuredeploy.json b/FortiGate/Active-Active-ELB-ILB/azuredeploy.json index 39300081..3d7e55a4 100644 --- a/FortiGate/Active-Active-ELB-ILB/azuredeploy.json +++ b/FortiGate/Active-Active-ELB-ILB/azuredeploy.json @@ -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": { diff --git a/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json b/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json index 97279a99..9020330c 100644 --- a/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json +++ b/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json @@ -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]", diff --git a/FortiGate/Active-Passive-ELB-ILB/azuredeploy.json b/FortiGate/Active-Passive-ELB-ILB/azuredeploy.json index f769a989..49d275dc 100755 --- a/FortiGate/Active-Passive-ELB-ILB/azuredeploy.json +++ b/FortiGate/Active-Passive-ELB-ILB/azuredeploy.json @@ -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", @@ -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": { diff --git a/FortiGate/Active-Passive-SDN/azuredeploy.json b/FortiGate/Active-Passive-SDN/azuredeploy.json index 303f92b6..d2abb0b8 100755 --- a/FortiGate/Active-Passive-SDN/azuredeploy.json +++ b/FortiGate/Active-Passive-SDN/azuredeploy.json @@ -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": { diff --git a/FortiGate/Active-Passive-SDN/createUiDefinition.json b/FortiGate/Active-Passive-SDN/createUiDefinition.json index 42602462..f95b24a0 100644 --- a/FortiGate/Active-Passive-SDN/createUiDefinition.json +++ b/FortiGate/Active-Passive-SDN/createUiDefinition.json @@ -1451,4 +1451,4 @@ "tagsByResource": "[steps('tags').tagsByResource]" } } -} \ No newline at end of file +}