We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a8bea commit 8dc9b0cCopy full SHA for 8dc9b0c
featuremanagement/azuremonitor/_send_telemetry.py
@@ -25,7 +25,7 @@
25
26
EVENT_NAME = "FeatureEvaluation"
27
28
-EVALUATION_EVENT_VERSION = "1.0.0"
+EVALUATION_EVENT_VERSION = "1.1.0"
29
30
31
def track_event(event_name: str, user: str, event_properties: Optional[Dict[str, Optional[str]]] = None) -> None:
0 commit comments