Skip to content

Commit

Permalink
Merge pull request #5199 from NikCharlebois/Release-1.24.1016.1
Browse files Browse the repository at this point in the history
Release Candidate for 1.24.1016.1
  • Loading branch information
NikCharlebois authored Oct 17, 2024
2 parents d32e11b + 732535d commit 1632011
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 115 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.24.1016.1

* AADAdminConsentRequestPolicy
* Initial release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class MSFT_AADAdminConsentRequestPolicyReviewer
{
[Write, Description("Type of reviewwer. Can be User, Group or Role")] String ReviewerType;
[Write, Description("Identifier for the reviewer instance.")] String ReviewerId;
[Write, Description("Associated query.")] String QueryRoot;
};

[ClassVersion("1.0.0.0"), FriendlyName("AADAdminConsentRequestPolicy")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class MSFT_AADCustomSecurityAttributeDefinition : OMI_BaseResource
{
[Key, Description("Name of the custom security attribute. Must be unique within an attribute set. Can be up to 32 characters long and include Unicode characters. Can't contain spaces or special characters. Can't be changed later. Case sensitive.")] String Name;
[Write, Description("Name of the attribute set. Case sensitive.")] String AttributeSet;
[Key, Description("Name of the attribute set. Case sensitive.")] String AttributeSet;
[Write, Description("Unique identifier of the Attribute Definition.")] String Id;
[Write, Description("Description of the custom security attribute. Can be up to 128 characters long and include Unicode characters. Can't contain spaces or special characters. Can be changed later. ")] String Description;
[Write, Description("Indicates whether multiple values can be assigned to the custom security attribute. Can't be changed later. If type is set to Boolean, isCollection can't be set to true.")] Boolean IsCollection;
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 @@ -137,7 +137,7 @@
},
@{
ModuleName = 'ReverseDSC'
RequiredVersion = '2.0.0.21'
RequiredVersion = '2.0.0.22'
}
)
}
175 changes: 63 additions & 112 deletions Modules/Microsoft365DSC/Microsoft365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2024-10-02
# Generated on: 2024-10-16

@{

# Script module or binary module file associated with this manifest.
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.24.1002.1'
ModuleVersion = '1.24.1016.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -144,131 +144,82 @@
IconUri = 'https:/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = '* AADApplication
* Added AppRoles
* Added AuthenticationBehavior
* Added KeyCredentials
* Added OptionalClaims
* Added PasswordCredentials
* Added PreAuthorizationApplications
* AADAuthenticationMethodPolicy
* Added ReportSuspiciousActivitySettings
* AADAuthenticationMethodPolicyHardware
ReleaseNotes = '* AADAdminConsentRequestPolicy
* Initial release.
* AADEntitlementManagementSettings
* Initial release.
* AADFeatureRolloutPolicy
* Initial release
* AADGroup
* Fixes logic to evaluate license assignments and disabled plans.
FIXES [#5101](https:/microsoft/Microsoft365DSC/issues/5101)
* Adds support to assign Service Principal as members or owners.
FIXES [#4972](https:/microsoft/Microsoft365DSC/issues/4972)
* AADPasswordRuleSettings
* Initial release
* ADOOrganizationOwner
* AADApplication
* Fixed an issue trying to retrieve the beta instance.
* Added support for OnPremisesPublishing.
* Added support for ApplicationTemplate.
* Fixes an issue where trying to apply permissions complained about
duplicate entries.
* AADAuthenticationRequirement
* Initial release.
* ADOPermissionGroup
* AADConnectorGroupApplicationProxy
* Initial release.
* ADOSecurityPolicy
* AADCustomSecurityAttributeDefinition
* Initial release.
* AzureSubscription
* Initial Release.
* DefenderSubscriptionDefenderPlan
* AADDeviceRegistrationPolicy
* Initial release.
* EXOAntiPhishPolicy
* Use correct type integer for variable `PhishThresholdLevel`
* EXOArcConfig
* Initial Release.
* EXODnssecForVerifiedDomain
* Initial Release.
* EXOEmailTenantSettings
* Initial Release.
* EXOFocusedInbox
* Initial Release.
* EXOMailboxCalendarConfiguration
* Initial Release.
* EXOMailboxIRMAccess
* Initial Release.
* EXOMailboxFolderPermission
* Initial Release.
* EXOMailboxIRMAccess
* Initial Release.
* EXOMailTips
* Remove property `Ensure` since this resource is of type `IsSingleInstance`
* EXOManagementScope
* Initial Release.
* EXORetentionPolicy
* Initial Release.
* EXOPhishSimOverrideRule
* Initial Release.
* IntuneAntivirusPolicyWindows10SettingCatalog
* Fixes an issue with invalid parameter definition.
FIXES [#5015](https:/microsoft/Microsoft365DSC/issues/5015)
* Fixes an issue where the `AccessTokens` parameter was not available.
FIXES [#5121](https:/microsoft/Microsoft365DSC/issues/5121)
* IntuneAppCategory
* AADEntitlementManagementSettings
* Added support for ApplicationSecret
* AADIdentityGovernanceLifecycleWorkflow
* Initial release.
* IntuneDeviceCompliancePolicyWindows10
* Fixes an issue where the property `ValidOperatingSystemBuildRanges` was
not exported properly.
FIXES [#5030](https:/microsoft/Microsoft365DSC/issues/5030)
* IntuneDeviceConfigurationSharedMultiDevicePolicyWindows10
* Add missing `AccessTokens` parameter to `Export-TargetResource`
FIXES [#5034](https:/microsoft/Microsoft365DSC/issues/5034)
* IntuneFirewallPolicyWindows10
* Initial release
FIXES [#3033](https:/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:/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:/microsoft/Microsoft365DSC/issues/5055)
* M365DSCResourceGenerator
* Update Intune resource generation for the Settings Catalog.
* O365ExternalConnection
* AADLifecycleWorkflowSettings
* Initial release.
* SCDeviceConditionalAccessRule
* AADServicePrincipal
* Adding Delegated Permission Classification Property
* ADOPermissionGroupSettings
* Initial release.
* SCDeviceConfigurationRule
* EXOATPBuiltInProtectionRule
* Initial release.
* SCInsiderRiskEntityList
* EXOMigrationEndpoint
* Initial Release
* IntuneAccountProtectionPolicy
* Added deprecation notice.
* IntuneAccountProtectionPolicyWindows10
* Initial Release
FIXES [#5073](https:/microsoft/Microsoft365DSC/issues/5073)
* IntuneAppAndBrowserIsolationPolicyWindows10
* Initial release.
* SCInsiderRiskPolicy
FIXES [#3028](https:/microsoft/Microsoft365DSC/issues/3028)
* IntuneDerivedCredential
* Initial release.
* SCRecordReviewNotificationTemplateConfig
* IntuneDeviceConfigurationIdentityProtectionPolicyWindows10
* Added deprecation notice.
* IntuneEndpointDetectionAndResponsePolicyWindows10
* Migrate to new Settings Catalog cmdlets.
* IntuneMobileAppsMacOSLobApp
* Initial release
* IntuneMobileAppsWindowsOfficeSuiteApp
* Initial release
* IntuneSecurityBaselineMicrosoft365AppsForEnterprise
* Initial release
* IntuneSecurityBaselineMicrosoftEdge
* Initial release
* PPAdminDLPPolicy
* Initial release.
* SCRoleGroup
* Fixes an issue with creation without specifying Displayname
* Fixes an issue with Drifts because of returned Role format
FIXES [#5036](https:/microsoft/Microsoft365DSC/issues/5036)
* SCAutoSensitivityLabelRule
* Fixed issue with incorrectly applying HeaderMatchesPatterns, even when
parameter wasn`t specified.
FIXES [#4641](https:/microsoft/Microsoft365DSC/issues/4641)
* SCSensitivityLabel
* Added support for Auto Labeling settings
FIXES [#3784](https:/microsoft/Microsoft365DSC/issues/3784)
* SentinelSetting
* PPDLPPolicyConnectorConfigurations
* Initial release.
* SentinelWatchlist
* PPPowerAppPolicyUrlPatterns
* Initial release.
* SPOAccessControlSettings
* Added support for property EnableRestrictedAccessControl.
* M365DSCUtil
* Fixes an issue where the O365Group workload was not properly detected.
FIXES [#5095](https:/microsoft/Microsoft365DSC/issues/5095)
* TeamsClientConfiguration
* Fixed bug where RestrictedSenderList was always empty in the MSFT_TeamsClientConfiguration resource
FIXES [#5190](https:/microsoft/Microsoft365DSC/issues/5190)
* Changed Set-TargetResource to always use semicolon as separator as mentioned in the MS documentation
* TeamsUpgradePolicy
* Added support for tenant wide changes using the * value for users.
FIXES [#5174](https:/microsoft/Microsoft365DSC/issues/5174)
* M365DSCDRGUtil
* Fixes an issue for the handling of skipped one-property elements in the
Settings Catalog. FIXES [#5086](https:/microsoft/Microsoft365DSC/issues/5086)
* Add Set support for secret Settings Catalog values
* Removed unused functions
* Add support for device / user scoped settings.
* ResourceGenerator
* Add support for device / user scoped settings.
* 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
* 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'
* Updated DSCParser to version 2.0.0.11
* Updated ReverseDSC to version 2.0.0.22'

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down

0 comments on commit 1632011

Please sign in to comment.