From a1be7c663618d3472115208d60af6c2473b62d3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:18:53 +0100 Subject: [PATCH] chore(deps): update resource microsoft.network/networksecuritygroups to 2024-03-01 (#1401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Resource | Change | |---|---| | Microsoft.Network/networkSecurityGroups | `2023-11-01` -> `2024-03-01` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/digdir/dialogporten). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .azure/modules/vnet/main.bicep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure/modules/vnet/main.bicep b/.azure/modules/vnet/main.bicep index 55d5de720..8e4639579 100644 --- a/.azure/modules/vnet/main.bicep +++ b/.azure/modules/vnet/main.bicep @@ -7,7 +7,7 @@ param location string @description('Tags to apply to resources') param tags object -resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { +resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = { name: '${namePrefix}-default-nsg' location: location properties: { @@ -47,7 +47,7 @@ resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { } // https://learn.microsoft.com/en-us/azure/container-apps/firewall-integration?tabs=consumption-only -resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { +resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = { name: '${namePrefix}-container-app-environment-nsg' location: location properties: { @@ -146,7 +146,7 @@ resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@202 tags: tags } -resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { +resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = { name: '${namePrefix}-postgresql-nsg' location: location properties: { @@ -185,7 +185,7 @@ resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { tags: tags } -resource redisNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { +resource redisNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = { name: '${namePrefix}-redis-nsg' location: location properties: { @@ -224,7 +224,7 @@ resource redisNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { tags: tags } -resource serviceBusNSG 'Microsoft.Network/networkSecurityGroups@2023-11-01' = { +resource serviceBusNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = { name: '${namePrefix}-service-bus-nsg' location: location properties: {