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.214.1 #4330

Merged
merged 1 commit into from Feb 15, 2024
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADConditionalAccessPolicy
    • Removed invalid empty string value that was added to the validate set
      of two parameters.
    • Updated permission reference for app-onlzy authentication.
      FIXES [#3329]
  • AADRoleEligibilityScheduleRequest
    • Fixed an issue where an error was thrown if no requests were found instead
      of simply returning the Null object.
  • AADRoleSetting
    • Fix handling of DisplayName property in comparison
      FIXES #4019
  • AADUser
    • Fixed and issue where an user would be created even if the resrouce was set to absent.
      FIXES [#4265]
  • EXOMobileDeviceMailboxPolicy
    • Fixes an issue where an empty MinPasswordLength value was always passed down
      to the update logic flow.
  • IntuneAppConfigurationPolicy
    • Added parameter Id to avoid having to retrieve the same policy multiple
      times
    • Fixed tests in Test-TargetResource to ensure the resource reports its
      correct state
      FIXES #3542
  • IntuneDeviceAndAppManagementAssignmentFilter
    • Fixed Test-TargetResource to ensure that resource reports its correct state
      FIXES #3959
  • IntuneDeviceConfigurationNetworkBoundaryPolicyWindows10
    • Fixed Test-TargetResource by removing Id from being tested and also used
      correct filter while retrieving the policy otherwise it could not be found
      FIXES #3964
  • IntuneDeviceConfigurationPolicyAndroidWorkProfile
    • Fix typo in variable which made it export incorrectly and report that
      resource was not in correct state due to testing an incorrect value
      FIXES #3972
  • IntuneSettingCatalogASRRulesPolicyWindows10
    • Fix removal of resource if Identity comes from another tenant or is not
      present in blueprint
    • Fix Test-TargetResource by not comparing Identity since it might be from
      another tenant or not present in blueprint
      FIXES #4302
  • SCDPLPCompianceRule
    • Added support for multiple additional parameters.
  • SPOSharingSettings
    • Fixed an issue where the resource would return multiple sites.
      FIXES #2759
  • DEPENDENCIES
    • Updated DSCParser to version 1.4.0.2.
    • Updated Microsoft.Graph dependencies to version 2.13.1.
    • Updated MSCloudLoginAssistant to version 1.1.13.
  • MISC
    • M365DSCReport
      • Fix nested change detection for CIMInstances
      • Fix IntuneDeviceEnrolllmentPlatformRestriction comparison in report
        FIXES #4291
    • Added new QA test to check for missing description in resource schema

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.24.214.1 Version 1.24.214.1 labels Feb 15, 2024
@NikCharlebois NikCharlebois merged commit 6966dd1 into microsoft:Dev Feb 15, 2024
2 checks passed
@NikCharlebois NikCharlebois deleted the Release-1.24.214.1 branch February 15, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment