openvidu-deployment: azure - fixing SSH key parameter in Single Node CUID

master
Piwccle 2025-05-20 17:15:47 +02:00
parent 331a102a19
commit 1d3cba9517
1 changed files with 11 additions and 12 deletions

View File

@ -667,24 +667,23 @@
}, },
{ {
"name": "adminSshKey", "name": "adminSshKey",
"resourceTypes": [ "type": "Microsoft.Compute.CredentialsCombo",
"Microsoft.Compute/sshPublicKeys"
],
"label": { "label": {
"password": "SSH Key", "authenticationType": "Authentication type",
"confirmPassword": "Confirm password" "sshPublicKey": "SSH public key"
},
"toolTip": {
"authenticationType": "",
"sshPublicKey": "SSH Key for the Virtual Machine."
}, },
"defaultValue": "",
"toolTip": "SSH Key for the Virtual Machine.",
"constraints": { "constraints": {
"required": true, "required": true
"regex": "",
"validationMessage": "",
"validations": []
}, },
"options": { "options": {
"hideConfirmation": true "hideConfirmation": true,
"hidePassword": true
}, },
"osPlatform": "Linux",
"visible": true "visible": true
} }
] ]