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.118.1 #2800

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • IntuneAppConfigurationPolicy
    • Fixes issue where the Test method fails when the policy does not exist yet
      and the Assignments parameter is used.
      FIXES #2768
  • IntuneDeviceAndAppManagementAssignmentFilter
    • Fixes issue where the code did not check for the DisplayName when the ID could not
      be found.
      FIXES #2788
  • IntuneDeviceConfigurationPolicyMacOS
    • Corrected copy/paste issue while implementing previous fix.
      FIXES #2731
  • IntuneRoleDefinition
    • Fixes issue where the code did not check for the DisplayName when the ID could not
      be found.
      FIXES #2771
    • Updated logging logic to include more details and add Current/Target values in the
      Test method.
  • PlannerTask
    • Refactored to leverage the official cmdlets instead of using the legacy GraphHandlers.
      FIXES #2767
    • Changed Export-TargetResource to call Get-M365DSCExportContentForResource
      to simplify/conform + variables for authentation are added correctly
      FIXES #2784
  • SCRetentionCompliancePolicy
    • Fixes an issue where the SkypeLocation was trying to be converted to a string when it was an array.
      FIXES #2789
  • DEPENDENCIES
    • Updated Microsoft.Graph.* to version 1.20.0
    • Updated MSCloudLoginAssistant to version 1.0.103

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.23.118.1 Version 1.23.118.1 labels Jan 18, 2023
@NikCharlebois NikCharlebois merged commit c100715 into microsoft:Dev Jan 18, 2023
@NikCharlebois NikCharlebois deleted the Release-1.23.118.1 branch January 18, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment