Skip to content

Commit

Permalink
Added missing parTags to the private zone links. (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-netdev authored Dec 7, 2023
1 parent 1ef5cfc commit dad46f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ resource resVirtualNetworkLink 'Microsoft.Network/privateDnsZones/virtualNetwork
}
}
dependsOn: resPrivateDnsZones
tags: parTags
}]

resource resVirtualNetworkLinkFailover 'Microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-06-01' = [for privateDnsZoneName in varPrivateDnsZonesMerge: if (!empty(parVirtualNetworkIdToLinkFailover)) {
Expand All @@ -197,6 +198,7 @@ resource resVirtualNetworkLinkFailover 'Microsoft.Network/privateDnsZones/virtua
}
}
dependsOn: resPrivateDnsZones
tags: parTags
}]

module modCustomerUsageAttribution '../../CRML/customerUsageAttribution/cuaIdResourceGroup.bicep' = if (!parTelemetryOptOut) {
Expand Down

0 comments on commit dad46f4

Please sign in to comment.