[Role] `az role assignment list --subscription` shows empty principalName
Open
act-identity-squad
feature-request
RBAC
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Describe the bug**
`az role assignment list --subscription` shows empty `principalName` for subscription which is not under the current tenant (shown in `az account show`).
The `principalName` is empty:
```
{
...
"principalName": "",
"principalType": "User",
...
},
{
...
"principalName": "",
"principalType": "Group",
...
},
```
Contributor guide
Assessment
This issue has not been assessed yet.