8-log-analytics-response-nan-inf.json
472 Bytes
-
Azure: Handle real type nan/inf values in Log/Insights Analytics (#26342) · 590702c4
Before this, if the user were to divide by 0.0, "Infinity" would be returned in the result and the user would get an error: "unexpected type, expected json.Number but got string". Now these values are properly set as Inf values (and also made sure to handle NaN as well).
Kyle Brandt committed