Skip to content

Commit

Permalink
Merge pull request #7 from profiseedev/misc/fix24R1tag
Browse files Browse the repository at this point in the history
Add preview to 24R1 tag values to fix issue when deploying ARM templa…
  • Loading branch information
chuckthompsonprofisee authored Oct 14, 2024
2 parents 6ee53cc + 9b8cdc9 commit 3c4dcbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Azure-ARM/createUIDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down

0 comments on commit 3c4dcbe

Please sign in to comment.