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

Distinct configuration setting keys and labels #19

Closed tnc1997 closed 10 months ago

tnc1997 commented 10 months ago

Describe the bug Duplicate keys and labels are repeated in the response items array with regards to #4 and #5.

Current behavior

  1. Create multiple configuration settings with the same key but different labels.
  2. List configuration setting keys.
  3. Observe the duplicate keys in the response items array.

Expected behavior Only distinct keys and labels are returned in the response items array.