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 support for entity tags and the associated headers #28

Closed tnc1997 closed 9 months ago

tnc1997 commented 9 months ago

Is your feature request related to a problem? Please describe. As a user I would like to execute relevant actions conditionally using entity tags and the associated headers.

Describe the solution you'd like The ConfigurationSetting class should contain an ETag property. The relevant actions should accept the If-Match and If-None-Match headers.

Additional context https://learn.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#get-conditionally https://learn.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#set-key-conditionally https://learn.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#delete-key-conditionally