Open karataliu opened 4 years ago
role
is there any update? This could help on https://github.com/Azure/azure-cli/issues/13368 , as client can pre-check before running role assignment.
Related to #27526 #21020
@karataliu, I don't think #13368 is relevant to this issue. Please see my comment https://github.com/Azure/azure-cli/issues/13368#issuecomment-1805197256.
@Frankkkkk, #27526 is not related to this one.
az role assignment delete
should also support --assignee-object-id
. Using https://github.com/Azure/azure-cli/issues/30436 to track both.
Is your feature request related to a problem? Please describe. az role assignment create has a parameter '--assignee-object-id', but 'az role assignment list' doesn't have.
using '--assignee' would require access to graph api, this is unexpected when we already known the object id but doesn't have access to graph.
Describe the solution you'd like Add '--assignee-object-id' parameter to 'az role assignment list' same as ''az role assignment create'
Describe alternatives you've considered
Additional context cli 2.13