Skip to content

Commit

Permalink
Merge pull request #5443 from salbeck-sit/TeamsMeetingPolicy
Browse files Browse the repository at this point in the history
TeamsMeetingPolicy - fix #5442
  • Loading branch information
NikCharlebois authored Nov 21, 2024
2 parents abb2de7 + 91b1e39 commit 3be30c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
* Initial release.
* SCPolicyConfig
* Fixed an issue extracting empty groups properties.
* TeamsMeetingPolicy
* FIXES #5442(https://github.com/microsoft/Microsoft365DSC/issues/5442)
* TeamsUpdateManagementPolicy
* Added conversion of the UpdateTimeOfDay parameter to the local culture format
so that the comparison will work consistently.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,12 @@ function Get-TargetResource
TeamsCameraFarEndPTZMode = $policy.TeamsCameraFarEndPTZMode
WhoCanRegister = $policy.WhoCanRegister
Ensure = 'Present'
Credential = $Credential
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
ManagedIdentity = $ManagedIdentity.IsPresent
AccessTokens = $AccessTokens
}
}
catch
Expand Down

0 comments on commit 3be30c2

Please sign in to comment.