We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
V1.23.809.1
Teams
No response
The text was updated successfully, but these errors were encountered:
Fixes MSFT_TeamsComplianceRecordingPolicy attribute not exported corr…
1f46e89
…ectly microsoft#3712
Fixes microsoft#3712
06b33db
Merge pull request #3817 from NikCharlebois/FIXES-#3721
4e6d1f0
Fixes #3712
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: