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.828.1 #4998

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADAdministrativeUnit
    • Fix Properties for Dynamic Administrative Units in Graph have moved
  • AADConditionalAccessPolicy
    • Fixing issue where the resource crashed when trying to retrieve groups
      and users from Entra ID which no longer existed
    • Fixes an issue where the AuthenticationFlows property changed in Graph
      and updates on the documentation for the possible values of TransferMethods.
      FIXES #4961
      FIXES #4960
      FIXES #4734
      FIXES #4725
  • AADGroup
  • EXOAuthenticationPolicyAssignment
    • Removes the 1000 user limit when exporting authentication policy assignments
      FIXES #4956
  • EXOHostedContentFilterRule
    • Don't check if associated EXOHostedContentFilterPolicy is present
      while removing resource since it's not required
  • EXORoleGroup
  • IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy
    • Fixed issue if PasswordComplexity was set to 5 by allowing that value
      FIXES #4963
  • IntuneDeviceCompliancePolicyWindows10
    • Fix extraction of property TpmRequired
  • IntuneDeviceConfigurationCustomPolicyWindows10
    • Change app and delegated permissions for reading to
      DeviceManagementConfiguration.ReadWrite.All to cope with
      getOmaSettingPlainTextValue which is only working if RW is granted
      FIXES #4412
  • IntuneDeviceRemediation
    • Add export of global remediation scripts.
  • O365OrgSettings
  • SCAutoSensitivityLabelPolicy
    • Fixes issue where Mode=Enabled is not supported for SP and OD. Changing
      property to TestWithoutNotifications in those instances.
      FIXES #4990
  • SCAutoSensitivityLabelRule
    • Fixes issue where the export was looping through all possible workloads
      instead of the actually targeted workload
      FIXES #4989
  • SCSensitivityLabel
    • Corrected issue where ExternalAccess properties were configured inverted
      FIXES #3782
  • M365DSCDRGUtil
    • Update Intune Settings Catalog Handling.
    • Fixes an issue where the MSFT_IntuneDeviceRemediationPolicyAssignments
      type would trigger an incorrect comparison in Compare-M365DSCComplexObject.
  • M365DSCResourceGenerator
    • Update Intune resource generation for the Settings Catalog.
  • M365DSCUtil
    • Fix Compare-PSCustomObjectArrays by allowing empty arrays as input
      FIXES #4952
  • O365OrgSettings
  • MISC
    • Improve module updates and PowerShell Core support across the DSC
      resources.
      FIXES #4941
    • Replace some Write-Host occurrences in core engine with
      appropriate alternatives.
      FIXES #4943
    • Fixed a typo within M365DSCReport.psm1 related to a .png file
      FIXES #4983
  • DEPENDENCIES
    • Updated MicrosoftTeams to version 6.5.0.
    • Updated MSCloudLoginAssistant to version 1.1.19.

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.24.828.1 Version 1.24.828.1 labels Aug 29, 2024
@NikCharlebois NikCharlebois merged commit 2535a3c into microsoft:Dev Aug 29, 2024
2 checks passed
@NikCharlebois NikCharlebois deleted the Release-1.24.828.1 branch August 29, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment