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 query use for retrieving displayName and Id may return multiple values instead of the unique one.
In this case the displayname contains an array of string instead of the string.
For the GroupId, it contains an raay of on element and the element is the concatenation of the id but without quote.
Not fully sure, but it seems this append when a group has the same display name as another one plus something, like:
group1.displayName ="Management"
group2.displayName ="Management external"
Description of the issue
The query use for retrieving displayName and Id may return multiple values instead of the unique one.
In this case the displayname contains an array of string instead of the string.
For the GroupId, it contains an raay of on element and the element is the concatenation of the id but without quote.
Microsoft 365 DSC Version
1.23.927.1
Which workloads are affected
Teams
The DSC configuration
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
Adding the parameter
-ExactMatchOnly $true
solve the pb:The text was updated successfully, but these errors were encountered: