optimisticConcurrencyViaEtag.ts does not update on the existing configuration setting #9450
Closed
2 of 6 tasks
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
The sample in optimisticConcurrencyViaEtag.ts doesn't do what you'd expect, because it is not trying to update the previously fetched configuration value - it just updates directly on the key; i.e. not optimistic concurrency.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
The sample succeeds when updating Alpha.
Expected behavior
The sample "fails" when updating Alpha.
The text was updated successfully, but these errors were encountered: