openvidu-deployment: elastic - azure - update createUiDefinition.json to hide 'None' option in public IP address settings

master
cruizba 2025-09-09 13:30:32 +02:00
parent be8e615b81
commit b99b041662
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
"publicIpAddressName": "defaultName" "publicIpAddressName": "defaultName"
}, },
"options": { "options": {
"hideNone": false, "hideNone": true,
"hideDomainNameLabel": true, "hideDomainNameLabel": true,
"hideExisting": false "hideExisting": false
}, },