Skip to content

Commit

Permalink
chore(deps): update resource microsoft.network/networksecuritygroups …
Browse files Browse the repository at this point in the history
…to 2024-05-01 (#1557)

This PR contains the following updates:

| Resource | Change |
|---|---|
| Microsoft.Network/networkSecurityGroups | `2024-03-01` -> `2024-05-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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ole Jørgen Skogstad <[email protected]>
  • Loading branch information
renovate[bot] and oskogstad authored Dec 5, 2024
1 parent 44aa6b1 commit 40f32f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure/modules/vnet/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param location string
@description('Tags to apply to resources')
param tags object

resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-default-nsg'
location: location
properties: {
Expand Down Expand Up @@ -47,7 +47,7 @@ resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
}

// https://learn.microsoft.com/en-us/azure/container-apps/firewall-integration?tabs=consumption-only
resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-container-app-environment-nsg'
location: location
properties: {
Expand Down Expand Up @@ -146,7 +146,7 @@ resource containerAppEnvironmentNSG 'Microsoft.Network/networkSecurityGroups@202
tags: tags
}

resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-postgresql-nsg'
location: location
properties: {
Expand Down Expand Up @@ -185,7 +185,7 @@ resource postgresqlNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
tags: tags
}

resource redisNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource redisNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-redis-nsg'
location: location
properties: {
Expand Down Expand Up @@ -224,7 +224,7 @@ resource redisNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
tags: tags
}

resource serviceBusNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource serviceBusNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-service-bus-nsg'
location: location
properties: {
Expand Down Expand Up @@ -263,7 +263,7 @@ resource serviceBusNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
tags: tags
}

resource monitorNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
resource monitorNSG 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
name: '${namePrefix}-monitor-nsg'
location: location
properties: {
Expand Down

0 comments on commit 40f32f9

Please sign in to comment.