@@ -8,14 +8,14 @@ $combinations = [ordered]@{
88 infrastructureAsCode = @ (" bicep" )
99 agentType = @ (" public" , " private" , " none" )
1010 operatingSystem = @ (" ubuntu" )
11- starterModule = @ (" platform_landing_zone " )
11+ starterModule = @ (" test " )
1212 regions = @ (" multi" )
1313 terraformVersion = @ (" latest" )
1414 deployAzureResources = @ (" true" )
1515 }
1616 azuredevops_bicep_classic = [ordered ]@ {
1717 versionControlSystem = @ (" azuredevops" )
18- infrastructureAsCode = @ (" bicep" )
18+ infrastructureAsCode = @ (" bicep-classic " )
1919 agentType = @ (" public" , " private" , " none" )
2020 operatingSystem = @ (" ubuntu" )
2121 starterModule = @ (" test" )
@@ -28,7 +28,7 @@ $combinations = [ordered]@{
2828 infrastructureAsCode = @ (" bicep" )
2929 agentType = @ (" public" , " private" , " none" )
3030 operatingSystem = @ (" ubuntu" )
31- starterModule = @ (" platform_landing_zone " )
31+ starterModule = @ (" test " )
3232 regions = @ (" multi" )
3333 terraformVersion = @ (" latest" )
3434 deployAzureResources = @ (" true" )
@@ -117,7 +117,7 @@ $combinations = [ordered]@{
117117 versionControlSystem = @ (" local" )
118118 infrastructureAsCode = @ (" bicep-classic" )
119119 agentType = @ (" none" )
120- operatingSystem = @ (" ubuntu" , " windows " , " macos " )
120+ operatingSystem = @ (" ubuntu" )
121121 starterModule = @ (" complete" )
122122 regions = @ (" multi" )
123123 terraformVersion = @ (" latest" )
0 commit comments