diff --git a/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 b/src/ALZ/Private/New-ALZEnvironmentTerraform.ps1 index 1524f56..baf0f49 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 07acf6f..bca9f02 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",