From f1ce62b0b47f0ae4fddf9d14f8c3f05d0398d2f5 Mon Sep 17 00:00:00 2001 From: Daniel Mauser Date: Wed, 11 Mar 2026 23:00:16 -0500 Subject: [PATCH] update --- ARM/uiFormDefinition.json | 8 ++++---- bicep/uiFormDefinition.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ARM/uiFormDefinition.json b/ARM/uiFormDefinition.json index 46438d1..19b54a4 100644 --- a/ARM/uiFormDefinition.json +++ b/ARM/uiFormDefinition.json @@ -112,15 +112,15 @@ "name": "OpnVersion", "type": "Microsoft.Common.TextBox", "label": "OPNSense Version to deploy", - "toolTip": "OPNsense Releases. Latest: 25.1 Reference: https://docs.opnsense.org/releases.html", - "defaultValue": "25.1" + "toolTip": "OPNsense Releases. Latest: 26.1 Reference: https://docs.opnsense.org/releases.html", + "defaultValue": "26.1" }, { "name": "WALinuxVersion", "type": "Microsoft.Common.TextBox", "label": "Azure WALinux agent Version", - "toolTip": "Azure WALinux agent Releases. Only version number, dont add v at the begining. Latest: 2.12.0.4 Reference: https://github.com/Azure/WALinuxAgent/releases", - "defaultValue": "2.12.0.4" + "toolTip": "Azure WALinux agent Releases. Only version number, dont add v at the begining. Latest: 2.15.0.1 Reference: https://github.com/Azure/WALinuxAgent/releases", + "defaultValue": "2.15.0.1" }, { "name": "DeployWindows", diff --git a/bicep/uiFormDefinition.json b/bicep/uiFormDefinition.json index 46438d1..19b54a4 100644 --- a/bicep/uiFormDefinition.json +++ b/bicep/uiFormDefinition.json @@ -112,15 +112,15 @@ "name": "OpnVersion", "type": "Microsoft.Common.TextBox", "label": "OPNSense Version to deploy", - "toolTip": "OPNsense Releases. Latest: 25.1 Reference: https://docs.opnsense.org/releases.html", - "defaultValue": "25.1" + "toolTip": "OPNsense Releases. Latest: 26.1 Reference: https://docs.opnsense.org/releases.html", + "defaultValue": "26.1" }, { "name": "WALinuxVersion", "type": "Microsoft.Common.TextBox", "label": "Azure WALinux agent Version", - "toolTip": "Azure WALinux agent Releases. Only version number, dont add v at the begining. Latest: 2.12.0.4 Reference: https://github.com/Azure/WALinuxAgent/releases", - "defaultValue": "2.12.0.4" + "toolTip": "Azure WALinux agent Releases. Only version number, dont add v at the begining. Latest: 2.15.0.1 Reference: https://github.com/Azure/WALinuxAgent/releases", + "defaultValue": "2.15.0.1" }, { "name": "DeployWindows",