Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSFT_TeamsComplianceRecordingPolicy attribute not exported correctly #3712

Closed
sandrola opened this issue Sep 25, 2023 · 0 comments · Fixed by #3817 or #3833 · May be fixed by #3754
Closed

MSFT_TeamsComplianceRecordingPolicy attribute not exported correctly #3712

sandrola opened this issue Sep 25, 2023 · 0 comments · Fixed by #3817 or #3833 · May be fixed by #3754
Labels
Bug Something isn't working Teams V1.23.809.1 Version 1.23.809.1

Comments

@sandrola
Copy link
Contributor

Description of the issue

Export of this resource looks like this:
TeamsComplianceRecordingPolicy "TeamsComplianceRecordingPolicy-Tag:CompRec"
{
ApplicationId = $ConfigurationData.NonNodeData.ApplicationId;
CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint;
ComplianceRecordingApplications = @("Microsoft.Teams.Policy.Administration.Cmdlets.Core.ComplianceRecordingApplication");
Description = "Managed by Contoso";
DisableComplianceRecordingAudioNotificationForCalls = $True;
Enabled = $True;
Ensure = "Present";
Identity = "Tag:CompRec";
TenantId = $OrganizationName;
WarnUserOnRemoval = $True;
}
The Attribute "ComplianceRecordingApplications" contains the Object Name istead of the Value

Microsoft 365 DSC Version

V1.23.809.1

Which workloads are affected

Teams

The DSC configuration

No response

Verbose logs showing the problem

No response

Environment Information + PowerShell Version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Teams V1.23.809.1 Version 1.23.809.1
Projects
None yet
2 participants