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 ba8c7f7 commit 2f9089bCopy full SHA for 2f9089b
featuremanagement/azuremonitor/_send_telemetry.py
@@ -35,7 +35,6 @@
35
VERSION = "Version"
36
VARIANT_ASSIGNMENT_PERCENTAGE = "VariantAssignmentPercentage"
37
MICROSOFT_TARGETING_ID = "Microsoft.TargetingId"
38
-SPAN = "Span"
39
40
EVENT_NAME = "FeatureEvaluation"
41
setup.py
@@ -43,7 +43,7 @@
43
author_email="appconfig@microsoft.com",
44
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/feature-management",
45
classifiers=[
46
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
47
"Programming Language :: Python",
48
"Programming Language :: Python :: 3 :: Only",
49
"Programming Language :: Python :: 3",
0 commit comments