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
This issue make the assumption that [Array]$instance.ComplianceRecordingApplications contains objects with an ID
and the line ComplianceRecordingApplications = [Array]$instance.ComplianceRecordingApplications.Id is supposed to retrieve the list of IDs.
But in fact is only a list of string with name of the fields, so it contains:
Description of the issue
The issue #3712 is not fixed.
This issue make the assumption that
[Array]$instance.ComplianceRecordingApplications
contains objects with an IDand the line
ComplianceRecordingApplications = [Array]$instance.ComplianceRecordingApplications.Id
is supposed to retrieve the list of IDs.But in fact is only a list of string with name of the fields, so it contains:
And in this case:
[Array]$instance.ComplianceRecordingApplications.Id
is empty.Before the PR #3817, we had a list of string and after we have an empty list.
Microsoft 365 DSC Version
1.23.1025.1
Which workloads are affected
Teams
The DSC configuration
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered: