Skip to content

Commit 4fee80c

Browse files
committed
sort cleanup script
1 parent 7f85c03 commit 4fee80c

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,11 @@ jobs:
396396
-ManagementGroups "test-$uniqueId" `
397397
-Subscriptions $env:SUBSCRIPTION_ID_MANAGEMENT, $env:SUBSCRIPTION_ID_CONNECTIVITY, $env:SUBSCRIPTION_ID_IDENTITY, $env:SUBSCRIPTION_ID_SECURITY `
398398
-AdditionalSubscriptions $env:SUBSCRIPTION_ID_BOOTSTRAP `
399-
-DeleteTargetManagementGroups
399+
-DeleteTargetManagementGroups `
400+
-AllowNoManagementGroupMatch `
401+
-BypassConfirmation `
402+
-BypassConfirmationTimeoutSeconds 0
403+
400404
401405
shell: pwsh
402406

@@ -564,7 +568,10 @@ jobs:
564568
-ManagementGroups "test-$uniqueId" `
565569
-Subscriptions $env:SUBSCRIPTION_ID_MANAGEMENT, $env:SUBSCRIPTION_ID_CONNECTIVITY, $env:SUBSCRIPTION_ID_IDENTITY, $env:SUBSCRIPTION_ID_SECURITY `
566570
-AdditionalSubscriptions $env:SUBSCRIPTION_ID_BOOTSTRAP `
567-
-DeleteTargetManagementGroups
571+
-DeleteTargetManagementGroups `
572+
-AllowNoManagementGroupMatch `
573+
-BypassConfirmation `
574+
-BypassConfirmationTimeoutSeconds 0
568575
569576
shell: pwsh
570577
if: always()

0 commit comments

Comments
 (0)