Skip to content

Commit

Permalink
Merge pull request #682 from desmay/Dev
Browse files Browse the repository at this point in the history
Fixed export on ODSettings and SPOTenantSettings
  • Loading branch information
NikCharlebois authored Jul 16, 2020
2 parents b99f884 + f1bd232 commit 021ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ function Export-TargetResource
-Results $Results `
-GlobalAdminAccount $GlobalAdminAccount
Write-Host $Global:M365DSCEmojiGreenCheckMark
return $content
return $dscContent
}

Export-ModuleMember -Function *-TargetResource
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function Export-TargetResource
-Results $Results `
-GlobalAdminAccount $GlobalAdminAccount
Write-Host $Global:M365DSCEmojiGreenCheckmark
return $content
return $dscContent
}

Export-ModuleMember -Function *-TargetResource

0 comments on commit 021ccb3

Please sign in to comment.