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

Add entity tag header and last modified header to key value result #34

Closed tnc1997 closed 8 months ago

tnc1997 commented 8 months ago

Describe the bug The entity tag header and last modified header are missing from the KeyValueResult.

Current behavior Steps to reproduce the behavior:

  1. Send a request to get a configuration setting.
  2. Observe the missing headers in the response.

Expected behavior The KeyValueResult should include the entity tag header and the last modified header.