Werk #15570: Handle redirect RoutingRules of azure's application gateways

Component Checks & agents
Title Handle redirect RoutingRules of azure's application gateways
Date Oct 6, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.2.0p12 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

If you're having a http redirect routing rule configured in your azure application gateway, the parsing of the section may have failed with:

pydantic.error_wrappers.ValidationError: 10 validation errors for AppGateway

This is due to the fact, that a redirect routing rule may not have the previously required information (backendAddressPool and backendHttpSettings). Those fields are now not required anymore.

To the list of all Werks