Skip to content

Commit

Permalink
Merge branch 'Dev' into kajalp/Intune_DSC_API
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Oct 7, 2024
2 parents f52c909 + 47c5982 commit 003ea24
Show file tree
Hide file tree
Showing 292 changed files with 49,662 additions and 4,693 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Scheduled - Generate Permission List.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

# Only when run from the main repo
if: github.repository == 'microsoft/Microsoft365DSC'

# Steps represent a sequence of tasks that will be executed as part of the job

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
shell: powershell
run: |
Import-Module './Modules/Microsoft365DSC/Microsoft365DSC.psd1' -Force;
Import-Module './Modules/Microsoft365DSC/Microsoft365DSC.psd1' -Force;
Import-Module './Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1' -Force;
Update-M365DSCModule
- name: Get Permissions List
Expand Down
128 changes: 124 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,177 @@

# UNRELEASED

* AADAdminConsentRequestPolicy
* Initial release.
* AADApplication
* Fixed an issue trying to retrieve the beta instance.
* AADDeviceRegistrationPolicy
* Initial release.
* AADEntitlementManagementSettings
* Added support for ApplicationSecret
* ADOPermissionGroupSettings
* Initial release.
* EXOMigrationEndpoint
* Initial Release
* IntuneAppAndBrowserIsolationPolicyWindows10
* Initial release.
FIXES [#3028](https://github.com/microsoft/Microsoft365DSC/issues/3028)
* IntuneEndpointDetectionAndResponsePolicyWindows10
* Migrate to new Settings Catalog cmdlets.
* IntuneMobileAppsMacOSLobApp
* Initial release
* M365DSCDRGUtil
* Fixes an issue for the handling of skipped one-property elements in the
Settings Catalog. FIXES [#5086](https://github.com/microsoft/Microsoft365DSC/issues/5086)
* Add Set support for secret Settings Catalog values
* Removed unused functions
* DEPENDENCIES
* Updated DSCParser to version 2.0.0.11
* Updated ReverseDSC to version 2.0.0.21

# 1.24.1002.1

* AADAdministrativeUnit
* Added support for property IsMemberManagementRestricted.
* AADApplication
* Added AppRoles
* Added AuthenticationBehavior
* Added KeyCredentials
* Added OptionalClaims
* Added PasswordCredentials
* Added PreAuthorizationApplications
* AADAuthenticationMethodPolicy
* Added ReportSuspiciousActivitySettings
* AADAuthenticationMethodPolicyHardware
* Initial release.
* AADAuthenticationRequirement
* Initial release.
* AADEntitlementManagementSettings
* Initial release.
* AADFeatureRolloutPolicy
* Initial release
* AADGroup
* Fixes issue with incorrect removal of assigned license(s)
FIXES [#5128](https://github.com/microsoft/Microsoft365DSC/issues/5128)
* Fixes logic to evaluate license assignments and disabled plans.
FIXES [#5101](https://github.com/microsoft/Microsoft365DSC/issues/5101)
* Fixes issue with code that is never executed
FIXES [#5001](https://github.com/microsoft/Microsoft365DSC/issues/5001)
* Adds support to assign Service Principal as members or owners.
FIXES [#4972](https://github.com/microsoft/Microsoft365DSC/issues/4972)
* AADPasswordRuleSettings
* Initial release
* ADOOrganizationOwner
* Initial release.
* ADOOrganizationOwner
* ADOPermissionGroup
* Initial release.
* ADOSecurityPolicy
* Initial release.
* AzureSubscription
* Initial Release.
* DefenderSubscriptionDefenderPlan
* Initial release.
* EXOAntiPhishPolicy
* Use correct type integer for variable `PhishThresholdLevel`
* EXOArcConfig
* Initial Release.
* EXOAuthenticationPolicy
* If policy needs changes then recreate it to avoid issue with
`Set-AuthenticationPolicy` cmdlet
FIXES [#4819](https://github.com/microsoft/Microsoft365DSC/issues/4819)
* EXODnssecForVerifiedDomain
* Initial Release.
* EXOEmailTenantSettings
* Initial Release.
* EXOFocusedInbox
* Initial Release.
* EXOMailboxCalendarConfiguration
* Initial Release.
* EXOMailboxIRMAccess
* Initial Release.
* EXOManagementScope
* EXOMailboxFolderPermission
* Initial Release.
* EXOMailboxIRMAccess
* Initial Release.
* EXOMailTips
* Remove property `Ensure` since this resource is of type `IsSingleInstance`
* EXOManagementScope
* Initial Release.
* EXORetenionPolicy
* EXORetentionPolicy
* Initial Release.
* EXOPhishSimOverrideRule
* Initial Release.
* IntuneAntivirusPolicyWindows10SettingCatalog
* Fixes an issue with invalid parameter definition.
FIXES [#5015](https://github.com/microsoft/Microsoft365DSC/issues/5015)
* Fixes an issue where the `AccessTokens` parameter was not available.
FIXES [#5121](https://github.com/microsoft/Microsoft365DSC/issues/5121)
* IntuneAppCategory
* Initial release.
* IntuneAppProtectionPolicyiOS
* Improve `TargetedAppManagementLevels` property to specify multiple values.
FIXES [#5032](https://github.com/microsoft/Microsoft365DSC/issues/5032)
* IntuneDeviceCompliancePolicyWindows10
* Fixes an issue where the property `ValidOperatingSystemBuildRanges` was
not exported properly.
FIXES [#5030](https://github.com/microsoft/Microsoft365DSC/issues/5030)
* IntuneDeviceConfigurationSharedMultiDevicePolicyWindows10
* Add missing `AccessTokens` parameter to `Export-TargetResource`
FIXES [#5034](https://github.com/microsoft/Microsoft365DSC/issues/5034)
* IntuneFirewallPolicyWindows10
* Initial release
FIXES [#3033](https://github.com/microsoft/Microsoft365DSC/issues/3033)
* IntuneSettingCatalogCustomPolicyWindows10
* Update export logic to target more specific policy types.
* Prevent thrown exception to be caught by exception handler.
FIXES [#5088](https://github.com/microsoft/Microsoft365DSC/issues/5088)
* M365DSCDRGUtil
* Add support for more complex Intune Settings Catalog properties
* Update handling of `Update-IntuneDeviceConfigurationPolicy` to throw on error
FIXES [#5055](https://github.com/microsoft/Microsoft365DSC/issues/5055)
* M365DSCResourceGenerator
* Update Intune resource generation for the Settings Catalog.
* O365ExternalConnection
* Initial release.
* SCDeviceConditionalAccessRule
* Initial release.
* SCDeviceConfigurationRule
* Initial release.
* SCInsiderRiskEntityList
* Initial release.
* SCInsiderRiskPolicy
* Initial release.
* SCRecordReviewNotificationTemplateConfig
* Initial release.
* SCRoleGroup
* Fixes an issue with creation without specifying Displayname
* Fixes an issue with Drifts because of returned Role format
FIXES [#5036](https://github.com/microsoft/Microsoft365DSC/issues/5036)
* SCAutoSensitivityLabelRule
* Fixed issue with incorrectly applying HeaderMatchesPatterns, even when
parameter wasn't specified.
FIXES [#4641](https://github.com/microsoft/Microsoft365DSC/issues/4641)
* SCSensitivityLabel
* Added support for Auto Labeling settings
FIXES [#3784](https://github.com/microsoft/Microsoft365DSC/issues/3784)
* SentinelSetting
* Initial release.
* SentinelWatchlist
* Initial release.
* SPOAccessControlSettings
* Added support for property EnableRestrictedAccessControl.
* M365DSCUtil
* Fixes an issue where the O365Group workload was not properly detected.
FIXES [#5095](https://github.com/microsoft/Microsoft365DSC/issues/5095)
* DEPENDENCIES
* Updated DSCParser to version 2.0.0.10.
* Updated Microsoft.Graph to version 2.23.0.
* Added dependencies on Az.Accounts, Az.Resources and Az.SecurityInsights
* Added dependencies on Az.Accounts, Az.Resources, Az.ResourceGraph
and Az.SecurityInsights.
* Updated DSCParser to version 2.0.0.9.
* Updated MSCloudLoginAssistant to version 1.1.25.
* Added dependency on Microsoft.Graph.Beta.Search.
* Removed unnecessary dependency PSDesiredStateConfiguration v1.1

# 1.24.904.1

Expand Down Expand Up @@ -646,6 +764,8 @@
* Added EnableAIPIntegration.
* TeamsChannelTab
* Fixed schema file
* TeamsComplianceRecordingPolicy
* FIXES [[#3712](https://github.com/microsoft/Microsoft365DSC/issues/3712)]
* TeamsGroupPolicyAssignment
* Skip assignments that have orphaned/deleted groups or without display name
instead of throwing an error
Expand Down
Loading

0 comments on commit 003ea24

Please sign in to comment.