Skip to content

Commit

Permalink
fix: defender management group name (#201)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. Please fill out the
template below.-->
## Overview/Summary

Match the updated management group id

## This PR fixes/adds/changes/removes

None

### Breaking Changes

None

## Testing Evidence

Please provide any testing evidence to show that your Pull Request
works/fixes as described and planned (include screenshots, if
appropriate).

## As part of this Pull Request I have

- [x] Checked for duplicate [Pull
Requests](https://github.com/Azure/alz-terraform-accelerator/pulls)
- [x] Associated it with relevant
[issues](https://github.com/Azure/alz-terraform-accelerator/issues), for
tracking and closure.
- [x] Ensured my code/branch is up-to-date with the latest changes in
the `main`
[branch](https://github.com/Azure/alz-terraform-accelerator/tree/main)
- [x] Performed testing and provided evidence.
- [x] Updated relevant and associated documentation.
  • Loading branch information
jaredfholgate authored Jan 13, 2025
1 parent 631e038 commit cd7ddc6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ management_group_settings = {
}
}
policy_assignments_to_modify = {
alzroot = {
alz = {
policy_assignments = {
Deploy-MDFC-Config-H224 = {
parameters = {
Expand Down

0 comments on commit cd7ddc6

Please sign in to comment.