diff --git a/openvidu-deployment/community/singlenode/azure/createUiDefinition.json b/openvidu-deployment/community/singlenode/azure/createUiDefinition.json index dd802257..b203e88f 100644 --- a/openvidu-deployment/community/singlenode/azure/createUiDefinition.json +++ b/openvidu-deployment/community/singlenode/azure/createUiDefinition.json @@ -667,24 +667,23 @@ }, { "name": "adminSshKey", - "resourceTypes": [ - "Microsoft.Compute/sshPublicKeys" - ], + "type": "Microsoft.Compute.CredentialsCombo", "label": { - "password": "SSH Key", - "confirmPassword": "Confirm password" + "authenticationType": "Authentication type", + "sshPublicKey": "SSH public key" + }, + "toolTip": { + "authenticationType": "", + "sshPublicKey": "SSH Key for the Virtual Machine." }, - "defaultValue": "", - "toolTip": "SSH Key for the Virtual Machine.", "constraints": { - "required": true, - "regex": "", - "validationMessage": "", - "validations": [] + "required": true }, "options": { - "hideConfirmation": true + "hideConfirmation": true, + "hidePassword": true }, + "osPlatform": "Linux", "visible": true } ]