WavingReader

Results 4 issues of WavingReader

#### Pull Request (PR) description If no ComplianceRecordingApplications are connected to an TeamsComplianceRecordingPolicy, Get-TargetResource now returns an empty array instead of null. #### This Pull Request (PR) fixes the following...

### Description of the issue We want to make sure that there are no ComplianceRecordingApplications connected to TeamsComplianceRecordingPolicy. To do so we pass an empty array for ComplianceRecordingApplications. However, [Get-TargetResource](https://github.com/microsoft/Microsoft365DSC/blob/e33aaedcf6ee2c592ab6167af4af2ff48f32e834/Modules/Microsoft365DSC/DSCResources/MSFT_TeamsComplianceRecordingPolicy/MSFT_TeamsComplianceRecordingPolicy.psm1#L86)...

#### Pull Request (PR) description Added missing Parameter 'RoomAttributeUserOverride' to Get-TargetResource's output #### This Pull Request (PR) fixes the following issues - Fixes #6183 #### Task list - [x] Added...

### Description of the issue Parameter 'RoomPeopleNameUserOverride' is missing in $result. Therefore Resource is evaluated as not in desired state, when using this parameter. ### Microsoft 365 DSC Version 1.25.611.1...