Skip to content
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

fix: Resolve a variety of bugs and update api version of private dns zone links resource #896

Merged
merged 8 commits into from
Nov 7, 2024

Conversation

oZakari
Copy link
Contributor

@oZakari oZakari commented Nov 7, 2024

Overview/Summary

This pull request includes several changes to the Bicep infrastructure code,#815 focusing on parameter handling for availability zones, adding tags to resources, and updating policy assignments. The most important changes are summarized below:

Availability Zones Handling:

  • Updated the logic for determining parAvailabilityZones to account for empty values to default to 2 availability zones and specific SKU conditions in various modules (modGatewayPublicIp, modGatewayPublicIpActiveActive, modGatewayPublicIpSecondaryLocation, modGatewayPublicIpActiveActiveSecondaryLocation) in hubNetworking-multiRegion.bicep and hubNetworking.bicep. [1] [2] [3] [4] [5] [6]

Resource Tagging:

  • Added tags parameter to several resources in logging.bicep to ensure proper tagging of managed identities, automation accounts, and data collection rules. [1] [2] [3] [4]

Policy Assignments:

  • Added parPolicyAssignmentIdentityRoleAssignmentsAdditionalMgs parameter to multiple policy assignment modules to include additional management groups for role assignments in alzDefaultPolicyAssignments.bicep. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Private DNS Zone Links:

  • Updated the API version for resPrivateDnsZoneLinkToSpoke resource in privateDnsZoneLinks.bicep to 2024-06-01.

Related Issues/Work Items

Closes #815
Closes #883
Closes #800
Fixes AB#36976
Fixes AB#36410

Breaking Changes

None

Testing Evidence

Tested by deploying over the top of existing deployment of current release.

As part of this Pull Request I have

@oZakari oZakari requested a review from sebassem November 7, 2024 04:33
@oZakari oZakari changed the title fix: Resolve a variety of bugs fix: Resolve a variety of bugs and update api version of private dns zone links resource Nov 7, 2024
@oZakari
Copy link
Contributor Author

oZakari commented Nov 7, 2024

/azp run validateazcloud

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@sebassem sebassem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@oZakari oZakari merged commit 301891f into Azure:main Nov 7, 2024
10 of 12 checks passed
@oZakari oZakari deleted the fix-bugs branch November 7, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants