From 747d2b4be976e59242db9337114a10d45b82f5a4 Mon Sep 17 00:00:00 2001 From: Paul Edwards Date: Wed, 14 Dec 2022 05:43:21 +0000 Subject: [PATCH] Fixed validation check for createUiDefinition file --- createUiDefinition.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/createUiDefinition.json b/createUiDefinition.json index 18ee2ff..aa45c93 100644 --- a/createUiDefinition.json +++ b/createUiDefinition.json @@ -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", @@ -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]" }, {