Skip to content

Commit

Permalink
Merge pull request #3525 from NikCharlebois/Fixes-#3500
Browse files Browse the repository at this point in the history
Fixes #3500
  • Loading branch information
NikCharlebois authored Jul 28, 2023
2 parents cf8e027 + 5dc04a9 commit ef69583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* SCComplianceSearchAction
* Adds support for the Preview action type.
FIXES [#3498](https://github.com/microsoft/Microsoft365DSC/issues/3498)
* SCRetentionCompliancePolicy
* Fixes an issue where SPN auth parameters weren't returned from the Get-TargetResource
function.
FIXES [#3500](https://github.com/microsoft/Microsoft365DSC/issues/3500)
* MISC
* M365DscReverse: Fix exporting when $Filter var exists locally
FIXES [#3515](https://github.com/microsoft/Microsoft365DSC/issues/3515)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ function Get-TargetResource
SkypeLocation = @()
SkypeLocationException = @()
Credential = $Credential
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
CertificatePath = $CertificatePath
CertificatePassword = $CertificatePassword
}

if ($PolicyObject.DynamicScopeLocation.Count -gt 0)
Expand Down

0 comments on commit ef69583

Please sign in to comment.