-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Management Group Suffix Parameter parTopLevelManagementGroupSuffix #462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @mbrat2005, thanks as always.
A couple of suggestions as the management group name is also know more commonly as the ID, so just clarifying that in the suggestions.
Also there are some linter errors with trailing whitespaces and end of lines/files. Simply openning the files in VS Code and doing a format (Shift + Alt + F) will resolve it with the .editorconfig extension installed (which should be recommended when you load the ALZ-Bicep repo 👊
infra-as-code/bicep/modules/managementGroups/managementGroups.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/policy/assignments/alzDefaults/alzDefaultPolicyAssignments.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/policy/assignments/alzDefaults/mc-alzDefaultPolicyAssignments.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/orchestration/mgDiagSettingsAll/mgDiagSettingsAll.bicep
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/orchestration/subPlacementAll/subPlacementAll.bicep
Outdated
Show resolved
Hide resolved
Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overview/Summary
Added a Management Group suffix parameter, enabling users to further customize the name of deployed management groups.
The suffix value will need to include a delimiter if the customer desires (to keep logic simple).
Child and custom management groups will also have the suffix appended.
#452
AB#26778
This PR fixes/adds/changes/removes
Breaking Changes
None
Testing Evidence
Tested management group and policy deployments
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch