Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 22, 2022
1 parent 0c3b3ea commit 29e909a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# UNRELEASED

* EXOMailTips
* Fixes an issue where MailTips weren't extracted when using CertificateThumbprint to authenticate.
FIXES [#2235](https://github.com/microsoft/Microsoft365DSC/issues/2235)
* MISC
* Fixes issue with DSCParser non-existing resources on one tenant weren't properly captured.
FIXES [#2261](https://github.com/microsoft/Microsoft365DSC/issues/2261)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function Export-TargetResource
try
{
$OrganizationName = ""
if ($ConnectionMode -eq 'ServicePrincipal')
if ($ConnectionMode -like 'ServicePrincipal*')
{
$OrganizationName = Get-M365DSCTenantDomain -ApplicationId $ApplicationId `
-TenantId $TenantId `
Expand Down

0 comments on commit 29e909a

Please sign in to comment.