Skip to content

Commit

Permalink
fix: avm/ptn/network/private-link-private-dns-zones zone names (Azu…
Browse files Browse the repository at this point in the history
…re#3665)

## Description

fix `avm/ptn/network/private-link-private-dns-zones` zone names

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.ptn.network.private-link-private-dns-zones](https://github.com/jtracey93/bicep-registry-modules/actions/workflows/avm.ptn.network.private-link-private-dns-zones.yml/badge.svg?branch=fix%2Fincorrect-zone)](https://github.com/jtracey93/bicep-registry-modules/actions/workflows/avm.ptn.network.private-link-private-dns-zones.yml)
|

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [x] Azure Verified Module updates:
- [x] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [x] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation

## Checklist

- [x] I'm sure there are no other open Pull Requests for the same
update/change
- [x] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [x] My corresponding pipelines / checks run clean and green without
any errors or warnings

<!-- Please keep up to date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->
  • Loading branch information
jtracey93 authored Oct 30, 2024
1 parent 2838fb8 commit b1d3cfd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions avm/ptn/network/private-link-private-dns-zones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,9 @@ An array of Private Link Private DNS Zones to create. Each item must be a valid
- Default:
```Bicep
[
'{regionCode}.privatelink.backup.windowsazure.com'
'{regionName}.data.privatelink.azurecr.io'
'{regionName}.privatelink.batch.azure.com'
'{regionName}.service.privatelink.batch.azure.com'
'privatelink-global.wvd.microsoft.com'
'privatelink.{regionCode}.backup.windowsazure.com'
'privatelink.{regionName}.azmk8s.io'
'privatelink.{regionName}.kusto.windows.net'
'privatelink.adf.azure.com'
Expand All @@ -357,6 +355,7 @@ An array of Private Link Private DNS Zones to create. Each item must be a valid
'privatelink.azureiotcentral.com'
'privatelink.azurestaticapps.net'
'privatelink.azurewebsites.net'
'privatelink.batch.azure.com'
'privatelink.blob.core.windows.net'
'privatelink.cassandra.cosmos.azure.com'
'privatelink.cognitiveservices.azure.com'
Expand Down
5 changes: 2 additions & 3 deletions avm/ptn/network/private-link-private-dns-zones/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ param privateLinkPrivateDnsZones array = [
'privatelink.pbidedicated.windows.net'
'privatelink.tip1.powerquery.microsoft.com'
'privatelink.azuredatabricks.net'
'{regionName}.privatelink.batch.azure.com'
'{regionName}.service.privatelink.batch.azure.com'
'privatelink.batch.azure.com'
'privatelink-global.wvd.microsoft.com'
'privatelink.wvd.microsoft.com'
'privatelink.{regionName}.azmk8s.io'
Expand Down Expand Up @@ -99,7 +98,7 @@ param privateLinkPrivateDnsZones array = [
'privatelink.digitaltwins.azure.net'
'privatelink.media.azure.net'
'privatelink.azure-automation.net'
'{regionCode}.privatelink.backup.windowsazure.com'
'privatelink.{regionCode}.backup.windowsazure.com'
'privatelink.siterecovery.windowsazure.com'
'privatelink.monitor.azure.com'
'privatelink.oms.opinsights.azure.com'
Expand Down
7 changes: 3 additions & 4 deletions avm/ptn/network/private-link-private-dns-zones/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "17544740987961555702"
"templateHash": "6071389975562170906"
},
"name": "avm/ptn/network/private-link-private-dns-zones",
"description": "Private Link Private DNS Zones",
Expand Down Expand Up @@ -91,8 +91,7 @@
"privatelink.pbidedicated.windows.net",
"privatelink.tip1.powerquery.microsoft.com",
"privatelink.azuredatabricks.net",
"{regionName}.privatelink.batch.azure.com",
"{regionName}.service.privatelink.batch.azure.com",
"privatelink.batch.azure.com",
"privatelink-global.wvd.microsoft.com",
"privatelink.wvd.microsoft.com",
"privatelink.{regionName}.azmk8s.io",
Expand Down Expand Up @@ -126,7 +125,7 @@
"privatelink.digitaltwins.azure.net",
"privatelink.media.azure.net",
"privatelink.azure-automation.net",
"{regionCode}.privatelink.backup.windowsazure.com",
"privatelink.{regionCode}.backup.windowsazure.com",
"privatelink.siterecovery.windowsazure.com",
"privatelink.monitor.azure.com",
"privatelink.oms.opinsights.azure.com",
Expand Down

0 comments on commit b1d3cfd

Please sign in to comment.