Werk #15753: agent_azure: Make resource group filter case-insensitive
Component | Agent bakery | ||||||
Title | agent_azure: Make resource group filter case-insensitive | ||||||
Date | May 17, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Due to the inconsistant behaviour of the Azure API, the filtering of resources by resource group wasn't working as expected. The resource group name returned by the API was sometimes of a different case then the one visible in the Azure portal, which led to resources not being discovered by Checkmk.
Now, the resource group filtering is case-insensitive and the problem no longer occurrs.