French version below
Check Azure Lightouse role delegations with Azure CLI
It is possible to check Azure Lighthouse delegations of a subscription from delegated tenant with Azure CLI.
az login --tenant <tenant_uri>
az account set -s "<subscription_name>"
az managedservices assignment list # lists assignment
az managedservices definition show --definition <assigment_name> # Describes assignments
Check Azure Lightouse role delegations with Azure CLI
It is possible to list and verify Azure Lighthouse delegations from the delegate holder in Azure CLI.
az login --tenant <tenant_uri>
az account set -s "<subscription_name>"
az managedservices assignment list # lists assignment
az managedservices definition show --definition <assigment_name> # Describes assignments