Skip to content

Commit

Permalink
Merge pull request #3954 from NikCharlebois/DSCParser
Browse files Browse the repository at this point in the history
Updated DSCParser to 1.4.0.1
  • Loading branch information
NikCharlebois authored Nov 28, 2023
2 parents 8299846 + 5825616 commit cb576e7
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 @@ -13,6 +13,7 @@
FIXES [3913](https://github.com/microsoft/Microsoft365DSC/issues/3913)
* Add groupDisplayName to Assignments embedded instance
* DEPENDENCIES
* Updated DSCParser to version 1.4.0.1.
* Updated Microsoft.Graph to version 2.10.0.
* Updated MSCloudLoginAssistant to version 1.1.0.

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.0'
RequiredVersion = '1.4.0.1'
},
@{
ModuleName = 'ExchangeOnlineManagement'
Expand Down

0 comments on commit cb576e7

Please sign in to comment.