From 9c2c87641dbe849122ed61a8e820bd25835a51d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:50:02 +0100 Subject: [PATCH] chore(deps): update resource microsoft.network/networkinterfaces to 2024-05-01 (#1556) 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/networkInterfaces | `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. --- - [ ] 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> Co-authored-by: Ole Jørgen Skogstad --- .azure/modules/ssh-jumper/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/modules/ssh-jumper/main.bicep b/.azure/modules/ssh-jumper/main.bicep index a7e3f1b97..7ddd3c1fa 100644 --- a/.azure/modules/ssh-jumper/main.bicep +++ b/.azure/modules/ssh-jumper/main.bicep @@ -38,7 +38,7 @@ resource publicIp 'Microsoft.Network/publicIPAddresses@2024-03-01' = { tags: tags } -resource networkInterface 'Microsoft.Network/networkInterfaces@2024-03-01' = { +resource networkInterface 'Microsoft.Network/networkInterfaces@2024-05-01' = { name: name location: location properties: {