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.25.219.3 #5841

Merged
merged 38 commits into from
Feb 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
37cd2b7
Add ReportChatMessageEnabled, ReportChatMessageToCustomizedAddressEna…
JuliusRauschen Feb 19, 2025
222614c
Merge branch 'Dev' into report-submission-policy-new-params
JuliusRauschen Feb 19, 2025
04411ef
Merge branch 'Dev' into report-submission-policy-new-params
NikCharlebois Feb 20, 2025
7eb5dec
Add placeholder descriptions to EXOReportSubmissionPolicy.schema.mof
JuliusRauschen Feb 20, 2025
5e34a03
Updated SC export functions to force authentication
ykuijs Feb 21, 2025
248b59f
Updated changelog
ykuijs Feb 21, 2025
56013c0
Add Intune Device Compliance Script for Windows10 resource
Feb 21, 2025
13db5a3
EXODistributionGroup - Fixed the Ability to Set Members
NikCharlebois Feb 21, 2025
5b22284
Update MSFT_EXODistributionGroup.psm1
NikCharlebois Feb 21, 2025
5d5dde7
Update
NikCharlebois Feb 21, 2025
b3e20ae
Updates to SCPolicyConfig handling of default values
NikCharlebois Feb 21, 2025
5e64ba4
Update Microsoft365DSC.SCPolicyConfig.Tests.ps1
NikCharlebois Feb 21, 2025
6f613f7
Merge pull request #5827 from NikCharlebois/EXODistributionGroup-Fix
NikCharlebois Feb 21, 2025
c65bd22
Updated Resources and Cmdlet documentation pages
NikCharlebois Feb 21, 2025
ee80efe
Updated Schema Definition
NikCharlebois Feb 21, 2025
e279755
AADApplication - Fix ReplyUrls Removal
NikCharlebois Feb 21, 2025
bae86f1
Merge pull request #5830 from NikCharlebois/AADApplication
NikCharlebois Feb 21, 2025
485d683
Merge branch 'Dev' into Dev
ykuijs Feb 22, 2025
e4112d9
Merge pull request #5825 from ykuijs/Dev
ykuijs Feb 22, 2025
d4d8d08
Merge branch 'Dev' into feat/device-compliance-script-windows10
FabienTschanz Feb 24, 2025
3fd4329
Merge pull request #5826 from FabienTschanz/feat/device-compliance-sc…
NikCharlebois Feb 24, 2025
5697213
Merge pull request #5806 from JuliusRauschen/report-submission-policy…
NikCharlebois Feb 24, 2025
94380c1
Updated Resources and Cmdlet documentation pages
NikCharlebois Feb 24, 2025
c5a1559
Updated Resources and Cmdlet documentation pages
NikCharlebois Feb 24, 2025
f08430d
Updated Schema Definition
NikCharlebois Feb 24, 2025
f30b2f7
Updated {Create} Intune Integration Tests
NikCharlebois Feb 24, 2025
3fe3a28
Various EXO fixes
NikCharlebois Feb 24, 2025
afb688a
Update CHANGELOG.md
NikCharlebois Feb 24, 2025
5c1358b
Fixes Unit Tests
NikCharlebois Feb 24, 2025
c4eb342
Merge pull request #5834 from NikCharlebois/Various-EXO-fixes
NikCharlebois Feb 24, 2025
d0965fc
Various AAD Fixes
NikCharlebois Feb 24, 2025
627988d
Updated Schema Definition
NikCharlebois Feb 24, 2025
d85b793
AAD Fixes
NikCharlebois Feb 24, 2025
a7409a3
Merge pull request #5835 from NikCharlebois/Various-EXO-fixes
NikCharlebois Feb 24, 2025
1e08444
Updated Dependencies
NikCharlebois Feb 25, 2025
b1329fd
Fixes for caching
NikCharlebois Feb 26, 2025
46db79b
Release 1.25.219.3
NikCharlebois Feb 26, 2025
b541663
Merge pull request #5840 from NikCharlebois/Updated-Dependencies
NikCharlebois Feb 26, 2025
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
Prev Previous commit
Next Next commit
Add placeholder descriptions to EXOReportSubmissionPolicy.schema.mof
  • Loading branch information
JuliusRauschen authored Feb 20, 2025
commit 7eb5decb80956f86f2f7454dddfd885377328b25
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class MSFT_EXOReportSubmissionPolicy : OMI_BaseResource
[Write, Description("The ReportPhishAddresses parameter specifies the email address of the reporting mailbox in Exchange Online to receive user reported messages in reporting in Outlook using Microsoft or third-party reporting tools in Outlook.")] String ReportPhishAddresses[];
[Write, Description("The ReportPhishToCustomizedAddress parameter specifies whether to send user reported messages from Outlook (using Microsoft or third-party reporting tools) to the reporting mailbox as part of reporting in Outlook.")] Boolean ReportPhishToCustomizedAddress;
[Write, Description("Use the ThirdPartyReportAddresses parameter to specify the email address of the reporting mailbox when you're using a third-party product for user submissions instead of reporting in Outlook.")] String ThirdPartyReportAddresses[];
[Write, Description("")] Boolean ReportChatMessageEnabled;
[Write, Description("")] Boolean ReportChatMessageToCustomizedAddressEnabled;
[Write, Description("TBD")] Boolean ReportChatMessageEnabled;
[Write, Description("TBD")] Boolean ReportChatMessageToCustomizedAddressEnabled;
[Write, Description("Specifies if this report submission policy should exist."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, Description("Credentials of the Exchange Global Admin"), EmbeddedInstance("MSFT_Credential")] string Credential;
[Write, Description("Id of the Azure Active Directory application to authenticate with.")] String ApplicationId;
Expand Down