Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.24.103.1 #4115

Merged
merged 40 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
81409c5
Fixes 4029
William-Francillette Dec 14, 2023
59d2b52
removed duplicated $getValue initialisation
William-Francillette Dec 14, 2023
a46f6d4
error handling
malauter Jan 2, 2024
be93efb
remove deprecated DLP parameters
malauter Jan 2, 2024
bd62712
.
malauter Jan 2, 2024
37b0b2a
Updated various parameter descriptions to improve documentation
ykuijs Jan 2, 2024
e21005e
Merge pull request #4107 from malauter/Fix-3943
ykuijs Jan 2, 2024
51b80ef
Merge branch 'Dev' into Fix-3929
ykuijs Jan 2, 2024
f5cbdc8
Merge branch 'Dev' into fix4029
ykuijs Jan 2, 2024
5545afc
Updated unit tests
ykuijs Jan 2, 2024
44d3b05
Merge branch 'Dev' into Dev
ykuijs Jan 2, 2024
1c7c2ff
Merge pull request #4108 from malauter/Fix-3929
ykuijs Jan 2, 2024
c7043ff
Updated Resources and Cmdlet documentation pages
NikCharlebois Jan 2, 2024
1314517
Merge branch 'Dev' into Dev
ykuijs Jan 2, 2024
f4c88f3
Merge pull request #4109 from ykuijs/Dev
ykuijs Jan 2, 2024
6d5dc19
Updated Resources and Cmdlet documentation pages
NikCharlebois Jan 2, 2024
f13f85d
new resource
malauter Jan 2, 2024
38f50b1
Merge branch 'Dev' into ReportSubmission
malauter Jan 2, 2024
b382d73
update stubs
malauter Jan 2, 2024
cdd35e6
fix tests
malauter Jan 2, 2024
edf5a54
fix export
malauter Jan 2, 2024
7c8bbc1
Merge branch 'Dev' into fix4029
ykuijs Jan 3, 2024
4e1436d
Merge pull request #4043 from William-Francillette/fix4029
ykuijs Jan 3, 2024
09d656f
Adjustments after review
malauter Jan 3, 2024
8fa9243
fix tests
malauter Jan 3, 2024
c3d8497
add resource for EXOReportSubmissionRule
malauter Jan 3, 2024
36dc000
fix fixes
malauter Jan 3, 2024
227afce
fix tests again
malauter Jan 3, 2024
fb51b1c
fix stub
malauter Jan 3, 2024
869274e
adjustments after review
malauter Jan 3, 2024
ca9e01d
tests
malauter Jan 3, 2024
8af1e47
Merge pull request #4110 from malauter/ReportSubmission
ykuijs Jan 3, 2024
4f613f2
Updated Resources and Cmdlet documentation pages
NikCharlebois Jan 3, 2024
9bd2b94
Added parameter descriptions
ykuijs Jan 3, 2024
5bcf73b
Added parameter descriptions
ykuijs Jan 3, 2024
f719a7a
Merge branch 'Dev' of https://github.com/ykuijs/Microsoft365DSC into Dev
ykuijs Jan 3, 2024
26d4b00
Release 1.24.103.1
ykuijs Jan 3, 2024
59e7c32
Merge pull request #4113 from ykuijs/Dev
ykuijs Jan 3, 2024
443b915
Updated Resources and Cmdlet documentation pages
NikCharlebois Jan 3, 2024
0e578d8
Merge pull request #4114 from microsoft/master
ykuijs Jan 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change log for Microsoft365DSC

# 1.24.103.1

* AADConditionalAccessPolicy
* Fix Get-TargetResource when the parameter Id is not present
FIXES [#4029](https://github.com/microsoft/Microsoft365DSC/issues/4003)
* EXOInboundConnector
* Corrected parameter descriptions, so the documentation on microsoft365dsc.com is generated correctly.
* EXOMailTips
* Added parameter descriptions for better documentation
* EXOOutboundConnector
* Corrected parameter descriptions, so the documentation on microsoft365dsc.com is generated correctly.
* EXOReportSubmissionPolicy
* Initial release
FIXES [#3690](https://github.com/microsoft/Microsoft365DSC/issues/3690)
* EXOReportSubmissionRule
* Initial release
FIXES [#3690](https://github.com/microsoft/Microsoft365DSC/issues/3690)
* EXOTransportRule
* Stop supporting DLP-related rules, conditions, and actions (https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-mail-flow-rules-to-stop-supporting-dlp-related/ba-p/3959870)
FIXES [#3929](https://github.com/microsoft/Microsoft365DSC/issues/3929)
* IntuneDeviceConfigurationPolicyMacOS
* Added parameter descriptions for better documentation
* IntuneSettingCatalogCustomPolicyWindows10
* Fix Get-TargetResource when the parameter Id is not present
FIXES [#4029](https://github.com/microsoft/Microsoft365DSC/issues/4003)
* SPOTenantSettings
* Added parameter descriptions for better documentation
* TeamsChannel
* Add error handling if GroupId of a team is null
FIXES [#3943](https://github.com/microsoft/Microsoft365DSC/issues/3943)
* TeamsFeedbackPolicy
* Added parameter descriptions for better documentation
* TeamsMobilityPolicy
* Added parameter descriptions for better documentation
* TeamsNetworkRoamingPolicy
* Added parameter descriptions for better documentation

# 1.23.1227.1

* EXOAntiPhishPolicy
Expand Down
Loading