Hello, after change from version 3.5.0 to 3.5.3 i have problem to get properties from azure key-vault. (testing with version 3.5.0 everything is fine) Configuration of Azure Key vault: SPRING_CLOUD_AZURE_KEYVAULT_SECRET_PROPERTY_SOURCES_0_CREDENTIAL_MANAGED_IDENTITY_ENABLED: true SPRING_CLOUD_AZURE_KEYVAULT_SECRET_PROPERTY_SOURCES_0_ENDPOINT: https://*valid_address*.vault.azure.net/ I inject properties as @Value. After changing to 3.5.3 i can't see all variables in azure key vault.