Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
9 stars 2 forks source link

Fix: should load settings with empty/null value #9

Closed Eskibear closed 1 year ago

Eskibear commented 1 year ago

This PR fixes the bug that config settings with empty/null value are not included when calling load api.

Verified that in Portal, response of Rest API, SDKs, .NET Provider, they all include settings with null/empty values. So here we should have consistent behavior.

PS: How to create empty/null value from portal?