Skip to content

Commit

Permalink
Merge pull request #5551 from WavingReader/Dev
Browse files Browse the repository at this point in the history
TeamsMeetingPolicy: FIXES #5550
  • Loading branch information
NikCharlebois authored Dec 16, 2024
2 parents 7e65de4 + 2b985a6 commit ba689f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# UNRELEASED

* TeamsMeetingPolicy
* FIXES [#5550](https://github.com/microsoft/Microsoft365DSC/issues/5550)
* MISC
* Fixed the Fabric web request to use basic parsing.
* M365DSCUtil
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function Get-TargetResource

if ($null -eq $policy)
{
Write-Verbose -Message "Could not find Teams Meeting Policy ${$Identity}"
Write-Verbose -Message "Could not find Teams Meeting Policy {$Identity}"
return $nullReturn
}
Write-Verbose -Message "Found Teams Meeting Policy {$Identity}"
Expand Down

0 comments on commit ba689f1

Please sign in to comment.