Skip to content

Commit 47a316a

Browse files
authored
Disable sending cli telemetry for azdev test (#437)
1 parent fb8116a commit 47a316a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

azdev/operations/testtool/profile_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# license information.
55
# -----------------------------------------------------------------------------
66

7+
import os
78
import traceback
89

910
from knack.log import get_logger
@@ -14,6 +15,7 @@
1415

1516

1617
logger = get_logger(__name__)
18+
os.environ['AZURE_CORE_COLLECT_TELEMETRY'] = 'False'
1719

1820

1921
class ProfileContext:

0 commit comments

Comments
 (0)