From 831ff34746594492e3c585b5e660629862341965 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Tue, 9 Jan 2024 17:48:01 +0000 Subject: [PATCH] Remove restriction on Terraform bootstrap types --- src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 | 1 - src/ALZ/Public/New-ALZEnvironment.ps1 | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 b/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 index 1524f565..baf0f49d 100644 --- a/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 +++ b/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 @@ -11,7 +11,6 @@ function New-ALZEnvironmentTerraform { [string] $alzVersion, [Parameter(Mandatory = $false)] - [ValidateSet("github", "azuredevops")] [Alias("Cicd")] [string] $alzCicdPlatform, diff --git a/src/ALZ/Public/New-ALZEnvironment.ps1 b/src/ALZ/Public/New-ALZEnvironment.ps1 index 07acf6fb..bca9f025 100644 --- a/src/ALZ/Public/New-ALZEnvironment.ps1 +++ b/src/ALZ/Public/New-ALZEnvironment.ps1 @@ -48,7 +48,6 @@ function New-ALZEnvironment { [string] $alzIacProvider = "bicep", [Parameter(Mandatory = $false)] - [ValidateSet("github", "azuredevops")] [Alias("Cicd")] [Alias("c")] [string] $alzCicdPlatform = "github",