You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DSC resource cannot create new Connected Organisation, on line 317 the cmdlet: New-MgBetaEntitlementManagementConnectedOrganization need the "DomainName", this is not present as attribute (only the ID).
Description of the issue
The DSC resource cannot create new Connected Organisation, on line 317 the cmdlet: New-MgBetaEntitlementManagementConnectedOrganization need the "DomainName", this is not present as attribute (only the ID).
Solution:
Read the DomainName from the ID with this Graph request:
https://graph.microsoft.com/beta/tenantRelationships/microsoft.graph.findTenantInformationByTenantId(tenantId='{TenantId}')
Microsoft 365 DSC Version
V1.23.917.1
Which workloads are affected
Azure Active Directory
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered: