After upgrading spring-cloud-azure-dependencies to version 5.12.0 from 5.8.0 azure app configuration property label-filter is not recognized anymore
Here is the fragment of my bootstrap.yml
……
spring:
cloud:
azure:
appconfiguration:
stores:
- connection-string: ${AZURE_APPCONFIGURATION_CONNECTIONSTRING}
selects:
- key-filter: /wns/
label-filter: ''
…..
I’ve checked many places and could not find a replacement of that property.
Any ideas where to dig?
Thank you.
When I reversed it back it worked.