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 609a0d7 commit ffcd021Copy full SHA for ffcd021
src/azure-cli-core/azure/cli/core/__init__.py
@@ -122,8 +122,7 @@ def show_version(self):
122
from azure.cli.core.util import get_az_version_string, show_updates
123
from azure.cli.core import telemetry
124
125
- telemetry.set_raw_command_name("--version")
126
- telemetry.set_command_details("version")
+ telemetry.set_command_details(command="", parameters=["--version"])
127
128
ver_string, updates_available_components = get_az_version_string()
129
print(ver_string)
0 commit comments