In an Azure Function, will a Key Vault reference works without the version number in the "SecretUri"
@Microsoft.KeyVault(SecretUri=https://MYKEYVAULT.vault.azure.net/secrets/secretkey/)
I need to connect to a Key Vault secret without any version, so that while rotating secrets, there is no need to update the version in the application configuration.