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.23.1129.1 #3985

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADRoleSetting
    • Export sorted by DisplayName for better comparison
    • Enable Filter property to be used on export
      FIXES #3919
  • AADUser
    • Added the MemberOf Property.
  • IntuneAntivirusPolicyWindows10SettingCatalog
    • Skipped settingValueTemplateReference and settingInstanceTemplateReference
      for severethreats, highseveritythreats, moderateseveritythreats,
      lowseveritythreats as per API requirements observed in the Intune portal.
      FIXES #3818
      FIXES #3955
  • IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy,
    IntuneAccountProtectionLocalUserGroupMembershipPolicy,
    IntuneAccountProtectionPolicy,
    • Fixes export if Assignments is set on existing policies
      FIXES 3913
    • Add groupDisplayName to Assignments embedded instance
  • IntuneDeviceConfigurationDeliveryOptimizationPolicyWindows10,
    IntuneDeviceConfigurationHealthMonitoringConfigurationPolicyWindows10,
    IntuneDeviceConfigurationIdentityProtectionPolicyWindows10,
    IntuneDeviceConfigurationEndpointProtectionPolicyWindows10,
    IntuneDeviceEnrollmentStatusPageWindows10,
    IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined,
    IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Removed Id and all authentication parameters from PSBoundParameters in Test-TargetResource
      FIXES #3888
  • IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3921
  • IntuneDeviceEnrollmentStatusPageWindows10
    • Fixed assignments using API call
      FIXES #3921
  • IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3892
  • IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3892
  • IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
  • IntuneDeviceConfigurationPolicyWindows10
    FIXES #3921
  • IntuneDeviceEnrollmentStatusPageWindows10
    • Fixed assignments using API call
      FIXES #3921
  • TeamsTeam
    • Fixes incompatible type for ComplianceRecordingApplications, expected string[] but receive object[]
      FIXES: #3890
  • DEPENDENCIES
    • Updated DSCParser to version 1.4.0.1.
    • Updated Microsoft.Graph to version 2.10.0.
    • Updated MSCloudLoginAssistant to version 1.1.0.
  • MISC
    • M365DSCDRGUtil
      • Added ConvertFrom-IntunePolicyAssignment and ConvertTo-IntunePolicyAssignment
        FIXES #3892

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois merged commit d6f9ce7 into microsoft:Dev Nov 30, 2023
2 checks passed
@NikCharlebois NikCharlebois deleted the Release-1.23.1129.1 branch November 30, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment