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 fb8116a commit 47a316aCopy full SHA for 47a316a
1 file changed
azdev/operations/testtool/profile_context.py
@@ -4,6 +4,7 @@
4
# license information.
5
# -----------------------------------------------------------------------------
6
7
+import os
8
import traceback
9
10
from knack.log import get_logger
@@ -14,6 +15,7 @@
14
15
16
17
logger = get_logger(__name__)
18
+os.environ['AZURE_CORE_COLLECT_TELEMETRY'] = 'False'
19
20
21
class ProfileContext:
0 commit comments