-
Notifications
You must be signed in to change notification settings - Fork 3.4k
ModuleNotFoundError on vm commands when using --debug flag #33166
Copy link
Copy link
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamError Messagesact-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamError Messagesact-observability-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
When running vm commands with the debug flag such as
az vm list --debugthe trace will indicate aModuleNotFoundError. However, this does not affect execution and the response is still received.Related command
az vm list --debugErrors
Issue script & Debug output
Expected behavior
No exception should show
Environment Summary
Additional context
No response