I'm interested in providing a contribution to add support for keys with labels (https://docs.microsoft.com/en-us/azure/azure-app-configuration/concept-key-value#label-keys).
My thought was adding logic to loadFromAzure that would look for a new env var called AZURE_APP_CONFIG_LABELS. This value would be passed to getAppConfigurations. In getAppConfigurations, the labels would be passed to client.listConfigurationSettings into the labelFilter key for the ListConfigurationSettingsOptions property.
I'm interested in providing a contribution to add support for keys with labels (https://docs.microsoft.com/en-us/azure/azure-app-configuration/concept-key-value#label-keys).
My thought was adding logic to
loadFromAzurethat would look for a new env var calledAZURE_APP_CONFIG_LABELS. This value would be passed togetAppConfigurations. IngetAppConfigurations, the labels would be passed toclient.listConfigurationSettingsinto thelabelFilterkey for theListConfigurationSettingsOptionsproperty.