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",
"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
}
]