From 6dea9e6c5d14f1759926049c5c4fef17d5683bc0 Mon Sep 17 00:00:00 2001 From: jvhoof Date: Fri, 24 Mar 2023 00:02:38 +0100 Subject: [PATCH] FGT: tests update --- FortiGate/Active-Active-ELB-ILB/test/azuredeploy.tests.ps1 | 1 + FortiGate/Active-Passive-ELB-ILB/test/azuredeploy.tests.ps1 | 1 + FortiGate/Active-Passive-SDN/test/azuredeploy.tests.ps1 | 1 + 3 files changed, 3 insertions(+) diff --git a/FortiGate/Active-Active-ELB-ILB/test/azuredeploy.tests.ps1 b/FortiGate/Active-Active-ELB-ILB/test/azuredeploy.tests.ps1 index 0054ef09..808ee0fc 100644 --- a/FortiGate/Active-Active-ELB-ILB/test/azuredeploy.tests.ps1 +++ b/FortiGate/Active-Active-ELB-ILB/test/azuredeploy.tests.ps1 @@ -88,6 +88,7 @@ Describe 'FGT A/A' { 'adminPassword', 'adminUsername', 'availabilityOptions', + 'customImageReference', 'fortiGateAdditionalCustomData', 'fortiGateImageSKU', 'fortiGateImageVersion', diff --git a/FortiGate/Active-Passive-ELB-ILB/test/azuredeploy.tests.ps1 b/FortiGate/Active-Passive-ELB-ILB/test/azuredeploy.tests.ps1 index 394e50ca..8542f0c3 100644 --- a/FortiGate/Active-Passive-ELB-ILB/test/azuredeploy.tests.ps1 +++ b/FortiGate/Active-Passive-ELB-ILB/test/azuredeploy.tests.ps1 @@ -96,6 +96,7 @@ Describe 'FGT A/P LB' { 'adminPassword', 'adminUsername', 'availabilityOptions', + 'customImageReference', 'fortiGateAdditionalCustomData', 'fortiGateImageSKU', 'fortiGateImageVersion', diff --git a/FortiGate/Active-Passive-SDN/test/azuredeploy.tests.ps1 b/FortiGate/Active-Passive-SDN/test/azuredeploy.tests.ps1 index 454d9bb7..7bde878d 100644 --- a/FortiGate/Active-Passive-SDN/test/azuredeploy.tests.ps1 +++ b/FortiGate/Active-Passive-SDN/test/azuredeploy.tests.ps1 @@ -99,6 +99,7 @@ Describe 'FGT A/P SDN' { 'adminPassword', 'adminUsername', 'availabilityOptions', + 'customImageReference', 'fortiGateAdditionalCustomData', 'fortiGateImageSKU', 'fortiGateImageVersion',