Fetching Keys from Azure App Configuration using metadata.label field does not work. Currently receiving a 404 response.
code snippet attached.
const config = await client.configuration.get(
'azureappconfig',
[key1],
{
metadata: {
label: yourEnv
}
}
)
Note that making a direct call works.
/v1.0/configuration/azureappconfig?key=key1&metadata.label=yourEnv