Partner center - automation to add security group to relationships
Hello,
I would like to automate the ways we onboard our customer in partner center. When one of our customer accept the request, we are adding some security groups in the relationships with different Entra delegated roles (Under the tab "admin relationships").
I have tried with powershell module "PartnerCenter" but I didn't find anything to satisfy my needs.
It seems that the answer is more on module "Microsoft.Graph.Identity.Partner" with maybe this "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation" but I didn't found the right command to add a security group with a set of Entra roles.
Does someone know if it's even possible to do that ? If yes, then I will be grateful to have some examples please.