diff --git a/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml b/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml index 96562ff..867619a 100644 --- a/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml +++ b/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml @@ -162,7 +162,7 @@ forms: # if IP is not valid on its own, it will be empty - the # first check is needed to not emit comparison error when # both IPs are not valid - - expr: {YAQL: not $.clusterConfiguration.clusterIP.bool() or $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP} + - expr: {YAQL: not $.clusterConfiguration.clusterIp.bool() or $.clusterConfiguration.clusterIp != $.clusterConfiguration.agListenerIP} message: Listener IP and Cluster Static IP should be different - unitsConfiguration: fields: