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

This commit is contained in:
cruizba 2025-09-09 13:30:32 +02:00
parent be8e615b81
commit b99b041662

View File

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