Skip to content

Commit 19745f5

Browse files
committed
fix test
1 parent 615f16a commit 19745f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/end-to-end-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ jobs:
324324
# Bicep
325325
if($infrastructureAsCode -eq "bicep") {
326326
$Inputs["network_type"] = "none"
327-
$Inputs["intermediate_root_management_group_id"] = "alz-$uniqueId"
327+
$Inputs["management_group_int_root_id"] = "alz-$uniqueId"
328+
$Inputs["management_group_int_root_name"] = "alz-$uniqueId"
328329
$Inputs["management_group_id_prefix"] = ""
329330
$Inputs["management_group_id_postfix"] = ""
330331
$Inputs["management_group_name_prefix"] = ""

0 commit comments

Comments
 (0)