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.25.122.1 #5662

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADConditionalAccessPolicy
    • Fixes CA policy deployment errors when deploying policies based for workload identities.
    • Fixed DisableResilienceDefaults result
    • Add DisableResilienceDefaults false szenario
  • AADDeviceRegistrationPolicy
    • Fixes an error when trying to disable AAD join.
  • AADGroupsNamingPolicy
    • Use correct parameter DesiredValues given to Test-M365DSCParameterState,
      contrary to EXOTenantAllowBlockListItems these resources are not affected
      but we still should use the correct parameter
  • AADRoleSetting
    • Fixed issue where missing settings object for a role caused errors.
      FIXES #5602
  • AADServicePrincipal
  • EXOAvailabilityConfig
    • Removed dependency on Microsoft Graph to retrieve user information.
  • EXODistributionGroup
    • Removed dependency on Microsoft Graph to retrieve user information.
  • EXOHostedContentFilterPolicy
    • Use correct parameter DesiredValues given to Test-M365DSCParameterState,
      contrary to EXOTenantAllowBlockListItems these resources are not affected
      but we still should use the correct parameter
  • EXOTenantAllowBlockListItems
    • Fixed Test-TargetResource by using the correct parameter DesiredValues
      given to Test-M365DSCParameterState
  • EXOTransportRule
    • Fix type of SenderInRecipientList in schema
  • FabricAdminTenantSettings
    • Added support for the AllowGetOneLakeUDK, AllowMountDfCreation, AllowOneLakeUDK,
      ArtifactOrgAppPreview properties.
    • Fix values that have a zero length whitespace character.
  • IntuneAppProtectionPolicyiOS
  • SCAutoSensitivityLabelPolicy
    • Use correct parameter DesiredValues given to Test-M365DSCParameterState,
      contrary to EXOTenantAllowBlockListItems these resources are not affected
      but we still should use the correct parameter
  • SCLabelPolicy
    • Use correct parameter DesiredValues given to Test-M365DSCParameterState,
      contrary to EXOTenantAllowBlockListItems these resources are not affected
      but we still should use the correct parameter
  • SCSecurityFilter
    • Use correct parameter DesiredValues given to Test-M365DSCParameterState,
      contrary to EXOTenantAllowBlockListItems these resources are not affected
      but we still should use the correct parameter
  • SPOSPOBrowserIdleSignout
    • Corrected export types where the schema expected a String, but received a different type
      FIXES #5648
  • SPOSharingSettings
    • Corrected export types where the schema expected a String, but received a different type
      FIXES #5648
  • M365DSCReport
    • Fix missing delimiter when called without the parameter.
      FIXES #5634
    • Add configuration validation to inform about comparisons against empty or invalid configurations.
      FIXES #5658
  • M365DSCTelemetryEngine
    • Report LCM details only if running as administrator.
  • M365DSCUtil
    • In Test-M365DSCParameterState try to replace the line endings before
      making the comparison otherwise it may fail as it did for a few resources
      FIXES #5648
  • MISC
    • Export Performance Improvements
      Implements the changes described in #5615
      Improved resource caching behavior across Intune resources.

This Pull Request (PR) fixes the following issues

  • N/A

Task list

  • Added an entry to the change log under the Unreleased section of the file CHANGELOG.md.
    Entry should say what was changed and how that affects users (if applicable), and
    reference the issue being resolved (if applicable).
  • Resource parameter descriptions added/updated in the schema.mof.
  • Resource documentation added/updated in README.md.
  • Resource settings.json file contains all required permissions.
  • Examples appropriately added/updated.
  • Unit tests added/updated.
  • New/changed code adheres to DSC Community Style Guidelines.

@NikCharlebois NikCharlebois added Release V1.25.122.1 Version 1.25.122.1 labels Jan 22, 2025
@NikCharlebois NikCharlebois merged commit 3012725 into microsoft:Dev Jan 22, 2025
2 checks passed
@NikCharlebois NikCharlebois deleted the Release-1.25.122.1 branch January 23, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment