Azure / Azure/azure-cli

DataLakeAnalyticsAccountManagementClient' object has no attribute 'account

Open
#19,321 2 comments 0 reactions 1 assignee Claimed by @evelyn-ys View on GitHub
act-codegen-extensibility-squad customer-reported Data Lake feature-request
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

### **This is autogenerated. Please review and update as needed.**

## Describe the bug

**Command Name**
`az dla account create`

**Errors:**
```
'DataLakeAnalyticsAccountManagementClient' object has no attribute 'account'
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 608, in execute
raise ex
cli/core/commands/__init__.py, ln 666, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
...
azure/cli/core/__init__.py, ln 484, in default_command_handler
client = client_factory(cmd.cli_ctx, command_args) if client_factory else None
cli/command_modules/dla/_client_factory.py, ln 10, in cf_dla_account
return get_mgmt_service_client(cli_ctx, DataLakeAnalyticsAccountManagementClient).account
AttributeError: 'DataLakeAnalyticsAccountManagementClient' object has no attribute 'account'
```

## 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 dla account create --account {} --location {} --resource-group {} --default-data-lake-store {}`

## Expected Behavior

## Environment Summary
```
Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29
Python 3.8.10
Shell: bash

azure-cli 2.0.81

Extensions:
azure-devops 0.17.0

```
## Additional Context

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.