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.1002.1 #5132

Merged
merged 6 commits into from
Oct 2, 2024
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • 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.
  • AADEntitlementManagementSettings
    • Initial release.
  • AADFeatureRolloutPolicy
    • Initial release
  • AADGroup
    • Fixes issue with incorrect removal of assigned license(s)
      FIXES #5128
    • Fixes logic to evaluate license assignments and disabled plans.
      FIXES #5101
    • Fixes issue with code that is never executed
      FIXES #5001
    • Adds support to assign Service Principal as members or owners.
      FIXES #4972
  • AADPasswordRuleSettings
    • Initial release
  • ADOOrganizationOwner
    • Initial release.
  • 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
  • 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
    • Fixes an issue where the AccessTokens parameter was not available.
      FIXES #5121
  • IntuneAppCategory
    • Initial release.
  • IntuneAppProtectionPolicyiOS
    • Improve TargetedAppManagementLevels property to specify multiple values.
      FIXES #5032
  • IntuneDeviceCompliancePolicyWindows10
    • Fixes an issue where the property ValidOperatingSystemBuildRanges was
      not exported properly.
      FIXES #5030
  • IntuneDeviceConfigurationSharedMultiDevicePolicyWindows10
    • Add missing AccessTokens parameter to Export-TargetResource
      FIXES #5034
  • IntuneFirewallPolicyWindows10
    • Initial release
      FIXES #3033
  • IntuneSettingCatalogCustomPolicyWindows10
    • Update export logic to target more specific policy types.
    • Prevent thrown exception to be caught by exception handler.
      FIXES #5088
  • M365DSCDRGUtil
    • Add support for more complex Intune Settings Catalog properties
    • Update handling of Update-IntuneDeviceConfigurationPolicy to throw on error
      FIXES #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
  • SCAutoSensitivityLabelRule
    • Fixed issue with incorrectly applying HeaderMatchesPatterns, even when
      parameter wasn't specified.
      FIXES #4641
  • SCSensitivityLabel
    • Added support for Auto Labeling settings
      FIXES #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
  • DEPENDENCIES
    • Updated DSCParser to version 2.0.0.10.
    • Updated Microsoft.Graph to version 2.23.0.
    • 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

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois merged commit 1630144 into microsoft:Dev Oct 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment