-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update T1078.004.md Added comment noting that this T1078.004-2 will only work if the Azure account (that the command is trying to login with) does not have 2FA enabled. * Update T1078.004.md * Update T1078.004.yaml Update T1078.004-2 so that core functionalities work again (regular execution, -GetPrereqs, and -CleanUp) * Revert T1078.004.md changes * Update terraform.tfvars Hardcoded Azure values. * Update T1078.004.yaml Hardcoded test 2's values to match `./atomics/T1078.004/src/T1078.004-2/terraform.tfvars` * Update terraform.tfvars * Update T1078.004.yaml --------- Co-authored-by: Bhavin Patel <[email protected]>
- Loading branch information
1 parent
501dd6c
commit f2c4afb
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
automation_account_name = "" | ||
resource_group = "" | ||
runbook_name = "" | ||
automation_account_name = "ART-AutomationAccountName-T1078-004" | ||
resource_group = "ART-ResourceGroupName-T1078-004" | ||
runbook_name = "ART-RunbookName-T1078-004" |