Skip to content

Commit 6473aaf

Browse files
authored
ETag fix (#37349)
1 parent 450ce41 commit 6473aaf

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 2.0.0b2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 2.0.0b2 (2024-09-12)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
* Fixing ETag to be "ETag" instead of "etag" in feature flag telemetry.
128

139
## 2.0.0b1 (2024-09-11)
1410

sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
TELEMETRY_KEY = "telemetry"
2121
METADATA_KEY = "metadata"
22-
ETAG_KEY = "etag"
22+
ETAG_KEY = "ETag"
2323
FEATURE_FLAG_REFERENCE_KEY = "feature_flag_reference"
2424
FEATURE_FLAG_ID_KEY = "feature_flag_id"
2525
PERCENTAGE_FILTER_NAMES = ["Percentage", "PercentageFilter", "Microsoft.Percentage", "Microsoft.PercentageFilter"]

0 commit comments

Comments
 (0)