Related command
az ad group member list
Describe the bug
az ad group member list does not list service principals.
To Reproduce
Run az ad group member list --group <group_name> on a group with members of type Service Principal.
Expected behavior
Returns all members of the group, including Service Principals.
Additional context
{
"azure-cli": "2.37.0",
"azure-cli-core": "2.37.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"account": "0.2.1",
"aks-preview": "0.5.10",
"application-insights": "0.1.13",
"datafactory": "0.5.0"
}
}
Related command
az ad group member list
Describe the bug
az ad group member listdoes not list service principals.To Reproduce
Run
az ad group member list --group <group_name>on a group with members of typeService Principal.Expected behavior
Returns all members of the group, including Service Principals.
Additional context
{ "azure-cli": "2.37.0", "azure-cli-core": "2.37.0", "azure-cli-telemetry": "1.0.6", "extensions": { "account": "0.2.1", "aks-preview": "0.5.10", "application-insights": "0.1.13", "datafactory": "0.5.0" } }