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.1106.3 #5372

Merged
merged 29 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0b2c5ba
Add Intune Antivirus Exclusions Policy for Linux
Nov 6, 2024
1847c39
Add Intune Antivirus Policy for MacOS
Nov 7, 2024
6e2e8c9
Fixes
NikCharlebois Nov 7, 2024
3df47ee
Updated {Update} EXO Integration Tests
NikCharlebois Nov 8, 2024
c02dd57
Merge pull request #5345 from FabienTschanz/feat/intune-antivirus-exc…
NikCharlebois Nov 8, 2024
d57e3ce
Updated Resources and Cmdlet documentation pages
NikCharlebois Nov 8, 2024
e056142
Updated Schema Definition
NikCharlebois Nov 8, 2024
904a5b1
Updated {Create} Intune Integration Tests
NikCharlebois Nov 8, 2024
9d76c5c
Add Intune Firewall rules policy for Windows10
Nov 8, 2024
18fceaf
Merge remote-tracking branch 'upstream' into AzureBillingAccountSched…
NikCharlebois Nov 8, 2024
6176b27
Fixes
NikCharlebois Nov 8, 2024
403c76d
Merge pull request #5363 from FabienTschanz/feat/intune-firewall-rule…
NikCharlebois Nov 8, 2024
901a9c6
Updated Resources and Cmdlet documentation pages
NikCharlebois Nov 8, 2024
1688e8e
Updated Schema Definition
NikCharlebois Nov 8, 2024
9ca868c
Update Microsoft365DSC.AzureBillingAccountScheduledAction.Tests.ps1
NikCharlebois Nov 8, 2024
cf29982
Merge pull request #5367 from NikCharlebois/AzureBillingAccountSchedu…
NikCharlebois Nov 8, 2024
ca7f3c7
Updated Resources and Cmdlet documentation pages
NikCharlebois Nov 8, 2024
58146cc
Updated Schema Definition
NikCharlebois Nov 8, 2024
b07a408
Updated {Create} Intune Integration Tests
NikCharlebois Nov 8, 2024
b3f9a4f
Merge pull request #5352 from FabienTschanz/feat/intune-antivirus-macos
NikCharlebois Nov 8, 2024
853c561
Updated Resources and Cmdlet documentation pages
NikCharlebois Nov 8, 2024
8d13553
Updated Schema Definition
NikCharlebois Nov 8, 2024
5eb1503
Updated {Create} Intune Integration Tests
NikCharlebois Nov 8, 2024
49c1226
AzureSubscription - Added ability to Delete Subscription
NikCharlebois Nov 8, 2024
56f423f
Update MSFT_AzureSubscription.schema.mof
NikCharlebois Nov 8, 2024
e6fa64a
Merge pull request #5369 from NikCharlebois/AzureSubscription
NikCharlebois Nov 8, 2024
7c3d3f3
Updated Resources and Cmdlet documentation pages
NikCharlebois Nov 8, 2024
ca23671
Release 1.24.1106.3
NikCharlebois Nov 8, 2024
c58315c
Merge pull request #5370 from NikCharlebois/Release-1.24.1106.3
NikCharlebois Nov 9, 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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Change log for Microsoft365DSC

# 1.24.1106.2
# 1.24.1106.3

* AzureBillingAccountScheduledAction
* Initial release.
* AzureSubscription
* Added the ability to delete subscriptions.
* EXODataAtRestEncryptionPolicyAssignment
* Initial release.
* EXODataAtRestEncryptionPolicy
* Initial release.
* IntuneAntivirusPolicyMacOS
* Initial release.
* IntuneAntivirusExclusionsPolicyLinux
* Initial release.
* IntuneFirewallRulesPolicyWindows10
* Initial release.
* MISC
* Fixed issues with API Url's parsing.


# 1.24.1106.1

* AADAccessReviewDefinition
Expand Down
Loading
Loading