msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
No cmdlet for updating properties of multitenant organization
Is your feature request related to a problem? Please describe the problem.
The latest version v2.19 allows to create a multitenant organization Set-MgTenantRelationshipMultiTenantOrganization, but there is no way to update properties of existing multitenant organization.
https://learn.microsoft.com/en-us/graph/api/multitenantorganization-update?view=graph-rest-1.0&tabs=http
Any reason why the cmdlet for updating is missing? I've checked .NET SDK and there are both methods.
Set-MgTenantRelationshipMultiTenantOrganization cannot be used for updating, because it returns the error:
Set-MgTenantRelationshipMultiTenantOrganization : Method not supported for update operation.
Describe the solution you'd like.
I would like to update properties of multitenant organization.
Additional context?
No response