Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfiseeAdmin committed Sep 21, 2023
1 parent d482cc1 commit 3efb7d1
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Azure-ARM/createUIDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,6 @@
]
},
"visible": true
},
{
"name": "WindowsNodeVersion",
"type": "Microsoft.Common.DropDown",
"label": "AKS Windows node OS edition",
"defaultValue": "[if(contains(steps('profisee').ProfiseeVersion, '-win22'), 'Windows 2022', 'Windows 2019')]",
"toolTip": "As of Profisee Version 2023r2.0 Profisee can run on Server 2022 nodes.",
"constraints": {
"required": false,
"allowedValues": [
{
"label": "Windows 2019",
"value": "Windows2019"
},
{
"label": "Windows 2022",
"value": "Windows2022"
}
]
},
"visible": false
},
{
"name": "ProfiseeAdminUserAccount",
Expand Down Expand Up @@ -1017,7 +996,7 @@
"ActiveDirectoryCreateApp": "[steps('profisee').ActiveDirectoryCreateApp]",
"ActiveDirectoryClientId": "[steps('profisee').UserSuppliedClientId.ActiveDirectoryClientId]",
"ActiveDirectoryClientSecret": "[steps('profisee').UserSuppliedClientSecret.ActiveDirectoryClientSecret]",
"WindowsNodeVersion": "[steps('profisee').WindowsNodeVersion]",
"WindowsNodeVersion": "[if(contains(steps('profisee').ProfiseeVersion, '-win22'), 'Windows2022', 'Windows2019')]",
"KubernetesClusterName": "[steps('kubernetes').KubernetesClusterName]",
"KubernetesVersion": "[steps('kubernetes').KubernetesVersion]",
"KubenetesInfrastructureResourceGroupName": "[steps('kubernetes').KubenetesInfrastructureResourceGroupName]",
Expand Down

0 comments on commit 3efb7d1

Please sign in to comment.