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

The entity tag property is not being encoded correctly #35

Closed tnc1997 closed 8 months ago

tnc1997 commented 8 months ago

Describe the bug The entity tag property is not being encoded correctly when a configuration setting is added or updated.

Current behavior Steps to reproduce the behavior:

  1. Send a request to add or update a configuration setting.
  2. Observe the incorrectly encoded value for the entity tag.

Expected behavior The entity tag property should be encoded as a Base64 string instead of a UTF-8 string.