az container list gives the wrong status for running containers
Open
act-observability-squad
Container Instances
customer-reported
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
`az container list` gives `Succeeded` status for the `Running` containers.
**Command Name**
`az container list`
**Errors:**

## To Reproduce:
Run `az container list` and compare it with Azure Portal.
- `az container list -g {} -o table`
- Compare status with Azure portal
## Expected Behavior
The status returns from `az container list` is `Running` and not `Succeeded`.
## Environment Summary
```
Windows-10-10.0.17134-SP0
Python 3.6.6
Shell: powershell.exe
azure-cli 2.0.70
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.