azdev test may execute cli commands az cloud show or az cloud set for choosing profiles.
Those cli commands which are executed within scenario tests won't send cli telemetry, but the az cloud show/set executed within azdev will create dozens of records in cli telemetry.
This PR aims to disable sending cli telemetry while calling az cloud set/show within azdev test
Hi @evelyn-ys,
Please write the description of change into HISTORY.rst.
If you want to release a new azdev version, please update the VERSION in init.py as well.
azdev test
may execute cli commandsaz cloud show
oraz cloud set
for choosing profiles. Those cli commands which are executed within scenario tests won't send cli telemetry, but theaz cloud show/set
executed withinazdev
will create dozens of records in cli telemetry.This PR aims to disable sending cli telemetry while calling
az cloud set/show
withinazdev test