Skip to content

Commit

Permalink
Fixed validation check for createUiDefinition file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsp committed Dec 14, 2022
1 parent 0742839 commit 747d2b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@
{
"name": "enableHsm",
"type": "Microsoft.Common.CheckBox",
"label": "Enable HSM"
"label": "Enable HSM",
"toolTip": "Enable this for the HSM options to be visible"
},
{
"name": "hsmStorageDetails",
Expand Down Expand Up @@ -455,6 +456,7 @@
"name": "enablePolicyEngine",
"type": "Microsoft.Common.CheckBox",
"label": "Deploy Policy Engine",
"toolTip": "Enable this for the Policy Engine options to be visible",
"visible": "[steps('hsm').enableHsm]"
},
{
Expand Down

0 comments on commit 747d2b4

Please sign in to comment.