We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b84e2 commit d924138Copy full SHA for d924138
sdk/monitor/azure-monitor-opentelemetry-exporter/tests/test_utils.py
@@ -11,15 +11,6 @@
11
from azure.monitor.opentelemetry.exporter._generated.models import TelemetryItem
12
from opentelemetry.sdk.resources import Resource
13
from unittest.mock import patch
14
-# from azure.monitor.opentelemetry.exporter._constants import (
15
-# _AKS_ARM_NAMESPACE_ID,
16
-# _DEFAULT_AAD_SCOPE,
17
-# _FUNCTIONS_WORKER_RUNTIME,
18
-# _INSTRUMENTATIONS_BIT_MAP,
19
-# _KUBERNETES_SERVICE_HOST,
20
-# _PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY,
21
-# _WEBSITE_SITE_NAME,
22
-# )
23
24
25
TEST_AI_DEVICE_ID = "TEST_AI_DEVICE_ID"
0 commit comments