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-03-01 (#1401)

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.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 44be20a commit a1be7c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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@2023-11-01' = {
resource defaultNSG 'Microsoft.Network/networkSecurityGroups@2024-03-01' = {
name: '${namePrefix}-default-nsg'
location: location
properties: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit a1be7c6

Please sign in to comment.