Azure / azure-cli

Azure Command-Line Interface
MIT License
3.99k stars 2.97k forks source link

[Feature Request] Support Microsoft Graph servicePrincipals Add/Remove owner API #20991

Open jiasli opened 2 years ago

jiasli commented 2 years ago

Context

MS Graph API servicePrincipals has

but there is no corresponding Azure CLI command.

> az ad sp owner -h

Group
    az ad sp owner : Manage service principal owners.

Commands:
    list : List service principal owners.

Solution

Introduce corresponding commands:

yonzhan commented 2 years ago

Support Microsoft Graph servicePrincipals Add/Remove

JoranDox commented 8 months ago

I think this is mis-tagged, it's not a feature for MS Graph, but for az cli, to have a feature MS Graph API already has.