pub(crate) const ALL_EXPECTED_EVENTS: &[&str];Expand description
Azure events that no parser needs to react to, or that some parser handles while another legitimately sees them. An event outside this list is logged as unexpected, so a name Azure starts sending has to be added here even when nothing acts on it.