Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for keys with labels #410

Open
kylehayes opened this issue Nov 5, 2020 · 1 comment
Open

Add support for keys with labels #410

kylehayes opened this issue Nov 5, 2020 · 1 comment

Comments

@kylehayes
Copy link

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.

@danielfsousa
Copy link
Collaborator

That would be great! Feel free to open a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants