Skip to content

Commit

Permalink
Merge pull request #977 from NikCharlebois/EXOSafeLinkRule
Browse files Browse the repository at this point in the history
EXOSafeLinksRule - Fixed typo in try/catch clause
  • Loading branch information
NikCharlebois authored Dec 14, 2020
2 parents 69ce228 + 01c8f0a commit bbfcfca
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 @@ -4,6 +4,8 @@

* AADConditionalAccessPolicy
* Initial Release;
* EXOSafeLinksRule
* Fixed typo in a try/catch clause;
* O365User
* Added support for removing existing users with
Ensure = 'Absent';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function Export-TargetResource
}
catch
{
Wtry
try
{
Write-Verbose -Message $_
$tenantIdValue = ""
Expand Down

0 comments on commit bbfcfca

Please sign in to comment.