Skip to content

unable to use az with terraform 0.14.9 #22520

@octomir

Description

@octomir

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name
az ad signed-in-user show

Errors:

'NoneType' object has no attribute '__dict__'
Traceback (most recent call last):
python3/dist-packages/knack/cli.py, ln 206, in invoke
    cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 528, in execute
    self.commands_loader.load_arguments(command)
azure/cli/core/__init__.py, ln 300, in load_arguments
    loader.load_arguments(command)  # this adds entries to the argument registries
cli/command_modules/role/__init__.py, ln 29, in load_arguments
    load_arguments(self, command)
...
cli/core/profiles/_shared.py, ln 476, in get_versioned_sdk_path
    api_version = getattr(api_version, operation_group)
cli/core/profiles/_shared.py, ln 273, in __getattr__
    self._resolve()
cli/core/profiles/_shared.py, ln 260, in _resolve
    for operation_group_name, operation_type in self._client_type.__dict__.items():
AttributeError: 'NoneType' object has no attribute '__dict__'

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here...
  • az ad signed-in-user show

Expected Behavior

Environment Summary

Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.29
Python 3.8.10
Shell: bash

azure-cli 2.0.81

Additional Context

Metadata

Metadata

Assignees

Labels

Auto-AssignAuto assign by botGraph(doesn't work with label-triggered comments; use Graph.Microsoft instead) az adact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions