Skip to content

Commit

Permalink
Merge pull request #4319 from NikCharlebois/DSCParser
Browse files Browse the repository at this point in the history
Updated DSCParser
  • Loading branch information
NikCharlebois authored Feb 14, 2024
2 parents 941f205 + cf116c5 commit cff51f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Fixes an issue where an empty MinPasswordLength value was always passed down
to the update logic flow.
* DEPENDENCIES
* Updated DSCParser to version 1.4.0.2.
* Updated Microsoft.Graph dependencies to version 2.13.1.
* Updated MSCloudLoginAssistant to version 1.1.13.

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 @@ -2,7 +2,7 @@
Dependencies = @(
@{
ModuleName = 'DSCParser'
RequiredVersion = '1.4.0.1'
RequiredVersion = '1.4.0.2'
},
@{
ModuleName = 'ExchangeOnlineManagement'
Expand Down

0 comments on commit cff51f9

Please sign in to comment.