Azure / azure-cli

Azure Command-Line Interface
MIT License
3.92k stars 2.9k forks source link

Neet support "Create a role-assignable group in Azure Active Directory" #15425

Open sagarkul opened 3 years ago

sagarkul commented 3 years ago

As per official Microsoft documentation, Create a group that can be assigned to role need new parameter IsAssignableToRole

az-CLI does not provide such parameter support yet.

Create a role-assignable group in Azure AD

yonzhan commented 3 years ago

add to S177

SlyckLizzie commented 2 years ago

Any update on this? It's been years now

jiasli commented 2 years ago

As explained in https://github.com/Azure/azure-cli/issues/14086#issuecomment-665472339:

az ad commands are designed and implemented to assist integrating AAD with Azure, instead of as a fully functioning client to interact with AAD. You may use az rest to call Microsoft Graph API directly. See https://github.com/Azure/azure-cli/issues/12946 for examples.