Skip to content

Commit

Permalink
Merge pull request #3775 from NikCharlebois/Fixes-TeamsUpgradeConfigu…
Browse files Browse the repository at this point in the history
…ration

Fixes for TeamsUpgradeConfiguration
  • Loading branch information
NikCharlebois authored Oct 10, 2023
2 parents 92a5240 + 3e015dd commit 7a046f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
* AADRoleEligibilityScheduleRequest
* Added support for groups assignment.
FIXES [#3744](https://github.com/microsoft/Microsoft365DSC/issues/3744)

* EXODistributionGroup
* Fixes the export of group membership to use Identity.
* TeamsUpgradeConfiguration
* Fixes an issue where the SfBMeetingJoinUx property wasn't properly updated.
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.4.0.
* Updated Micrsoft.Graph dependencies to version 2.7.0.
* Updated Microsoft.Graph dependencies to version 2.7.0.

# 1.23.1004.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ function Set-TargetResource
$SetParameters.Remove('ApplicationId') | Out-Null
$SetParameters.Remove('TenantId') | Out-Null
$SetParameters.Remove('CertificateThumbprint') | Out-Null

$SetParameters.Add("Identity", "Global")
Write-Verbose -Message "Updating with Values: $(Convert-M365DscHashtableToString -Hashtable $SetParameters)"
Set-CsTeamsUpgradeConfiguration @SetParameters
}

Expand Down

0 comments on commit 7a046f6

Please sign in to comment.