tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

Normalize null labels from the list labels endpoint #21

Closed tnc1997 closed 10 months ago

tnc1997 commented 10 months ago

Describe the bug Labels returned from the list labels endpoint do not have nulls normalized.

Current behavior

  1. Create a configuration setting with a null label.
  2. List configuration setting labels.
  3. Observe the unnormalized label in the response.

Expected behavior Labels returned from the list labels endpoint should either be a value of type string or null.