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 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
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.