Skip to content

Commit

Permalink
Merge branch 'Dev' into Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Sep 7, 2023
2 parents 733ee7c + 33e0206 commit 0240927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change log for Microsoft365DSC

# UNRELEASED

* AADNamedLocationPolicy
* Set default value for CountryLookupMethod and removed unwanted properties
FIXES [#3656](https://github.com/microsoft/Microsoft365DSC/issues/3656)
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.3.0.

# 1.23.906.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
DirectoryScopeId = $request.DirectoryScopeId
AppScopeId = $request.AppScopeId
Action = $request.Action
Status = $request.Status
Id = $request.Id
Justification = $request.Justification
IsValidationOnly = $request.IsValidationOnly
Expand Down Expand Up @@ -670,7 +669,7 @@ function Export-TargetResource
$Results = Update-M365DSCExportAuthenticationResults -ConnectionMode $ConnectionMode `
-Results $Results
$Results.ScheduleInfo = Get-M365DSCAzureADEligibilityRequestScheduleInfoAsString -ScheduleInfo $Results.ScheduleInfo

if ($Results.TicketInfo)
{
$Results.TicketInfo = Get-M365DSCAzureADEligibilityRequestTicketInfoAsString -TicketInfo $Results.TicketInfo
Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Dependencies/Manifest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
@{
ModuleName = 'ExchangeOnlineManagement'
RequiredVersion = '3.2.0'
RequiredVersion = '3.3.0'
},
@{
ModuleName = 'Microsoft.Graph.Applications'
Expand Down

0 comments on commit 0240927

Please sign in to comment.