Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Dec 8, 2022
1 parent bd41ced commit 484a986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

* AADServicePrincipal
* Fixes an issue where the service principals weren't created or updated when using ApplicationSecret to authenticate.
FIXES [#2615](https://github.com/microsoft/Microsoft365DSC/issues/2615)
* PlannerBucket & PlannerPlan
* Changed invalid permissions in the setting.json files
FIXES [#2629](https://github.com/microsoft/Microsoft365DSC/issues/2629)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ function Set-TargetResource
$currentParameters.Remove('Credential') | Out-Null
$currentParameters.Remove('Ensure') | Out-Null
$currentParameters.Remove('ObjectID') | Out-Null
$currentParameters.Remove('ApplicationSecret') | Out-Null

# ServicePrincipal should exist but it doesn't
if ($Ensure -eq 'Present' -and $currentAADServicePrincipal.Ensure -eq 'Absent')
Expand Down

0 comments on commit 484a986

Please sign in to comment.