Fixed
- Signals, Logs and Dependencies queries no longer fail on how a column name is capitalised. KQL rejects
operationnameagainstOperationName; every column is now queried with the table's own spelling. - The severity filter in Logs no longer queries a table that lacks the severity column, for example
LevelfromFunctionAppLogsbeing asked ofAppTraces. - An error rule that refers to a column a table does not have is left out of that table's failure count instead of failing the whole query.