From 9b8cdc92985105ca3137b1f46fe756352898b8df Mon Sep 17 00:00:00 2001 From: Zane Johnston Date: Mon, 14 Oct 2024 14:31:50 -0400 Subject: [PATCH] Add preview to 24R1 tag values to fix issue when deploying ARM template with 24R1 version selected. --- Azure-ARM/createUIDefinition.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Azure-ARM/createUIDefinition.json b/Azure-ARM/createUIDefinition.json index 2d818eb..b9f6f89 100644 --- a/Azure-ARM/createUIDefinition.json +++ b/Azure-ARM/createUIDefinition.json @@ -97,7 +97,7 @@ "name": "ProfiseeVersion", "type": "Microsoft.Common.DropDown", "label": "Profisee version", - "defaultValue": "2024R1.0-win22", + "defaultValue": "2024R1.preview-win22", "toolTip": "Which release of the Profisee Platform to deploy.", "constraints": { "required": true, @@ -115,12 +115,12 @@ "value": "profiseeplatform:2023r2.0-win22" }, { - "label": "2024r1.0-win19", - "value": "profiseeplatform:2024r1.0-win19" + "label": "2024r1.preview-win19", + "value": "profiseeplatform:2024r1.preview-win19" }, { - "label": "2024r1.0-win22", - "value": "profiseeplatform:2024r1.0-win22" + "label": "2024r1.preview-win22", + "value": "profiseeplatform:2024r1.preview-win22" }, { "label": "2024r2.preview-win19",