Skip to main content

Posts

Showing posts with the label Azure CLI

az ad user list CLI command error : Why it is showing error after executing az ad user list command ? What to do if az ad user list showing error ? How to use az ad user list filter without error ?

az ad user list CLI command error : Why it is showing error after executing az ad user list command ? What to do if az ad user list showing error ? How to use az ad user list filter without error ? C:\Users\startube>az ad user list The command failed with an unexpected error. Here is the traceback: Traceback (most recent call last): File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 237, in invoke File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/output.py", line 146, in out File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/output.py", line 37, in format_json File “json\__init__.py", line 234, in dumps File “json\encoder.py", line 201, in encode MemoryError To open an issue, please run: ‘az feedback' Hi, Are you trying to find a command for az ad user to get the all users list? And you are getting the error while executing az ad user list command ...