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.219.2 #5816

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADAccessReviewPolicy
    • Missing AccessReview permission for Application Read access
      FIXES #5796
  • AADApplication
    • Test-TargetResource logic updated to skip evaluating CIMArrays that are empty
      when passed as desired values.
  • AADDeviceRegistrationPolicy
    • Fixed an issue where the AzureADJoinIsAdminConfigurable was not returned by the
      Get-TargetResource function.
    • Fix issue setting Selected Users and Groups for Entra Join.
      FIXES #5798
  • AADGroup
    • Returns an empty array for roles and licenses from the Get-TargetResource
      function instead of null when no instances are found.
  • AADRoleEligibilityScheduleRequest
    • Reduce call count when reconciling object type
      FIXES #5621
    • Add check if object lookup fails
      FIXES #5801
  • AADServicePrincipal
    • Evaluating assigned users based on UPN and not just on DisplayName.
    • FIXES #5359 AADServicePrincipal fails on Managed Identities when DelegatedPermissions returns 500 response
  • ADOSecurityPolicy
    • Fixes an issue where the resource threw an error trying to parse the default
      values.
  • EXODistributionGroup
    • Changed logic to retrieve existing members by UserPrincipalName.
  • EXORoleGroup
    • Evaluating assigned users based on UPN and not just on DisplayName if they
      have an associated mailbox.
  • IntuneDeviceManagementEnrollmentAndroidGooglePlay
    • Marked the Id property as mandatory in the resource.
  • M365DSCRuleEvaluation
    • Added support for specifying a Filter property.
  • M365DSCUtil
    • Add M365DSC prefix to Remove-EmptyValue.
    • Fixes an issue with Credential property being escaped and indentation.
    • Adds the possibility to allow variables in strings and no authentication
      results update during conversion to final export.
      FIXES #3861
  • SCInsiderRiskPolicy
    • Enforces the MDATPTriageStatus to be a string array.
  • SCSensitivityLabel
    • Fixes invalid accepted content type values.
  • IntuneDeviceCompliancePolicyAndroidDeviceOwner
  • IntuneDeviceCompliancePolicyAndroidWorkProfile
  • TeamsAppPermissionPolicy
    • Updated correct Typecasting for AppPresetMeeting and PinnedMessagebarApps
      before adding them to the policy
  • TeamsAppSetupPolicy
  • TeamsM365App
    • Remove Ensure property from being exported.
      FIXES #5781
  • AADGroupEligibilitySchedule
    • FIXES #5792 issue where complete DSC isn't exported after generated
    • FIXES #5793 issue where PrincipalType isn't correctly captured in AzureGov
  • DEPENDENCIES
    • Updated ReverseDSC to version 2.0.0.27

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.25.219.2 Version 1.25.219.2 labels Feb 20, 2025
@FabienTschanz
Copy link
Collaborator

FabienTschanz commented Feb 20, 2025

Thanks @NikCharlebois for the quick revert, wasn‘t sure if you were aware of the Graph issue so I went ahead and created a PR with the Graph Module changes myself, just to be sure. Great release btw. with a ton of good things.

@NikCharlebois NikCharlebois merged commit cab59ea into microsoft:Dev Feb 20, 2025
3 checks passed
@NikCharlebois NikCharlebois deleted the Release-1.25.219.2 branch February 20, 2025 20:07
@Morph2310
Copy link

I have updated the version, but the parser problem persists.
ModuleBase Version


C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.25.219.2 1.25.219.2

Error parsing configuration: At line:6308 char:17

  •             Count = 0
    
  •             ~~~~~
    

The member 'Count' is not valid. Valid members are
'defaultMessage', 'localizedMessages'.
At C:\Program Files\WindowsPowerShell\Modules\DSCParser\2.0.0.15\Modules\DSCParser.psm1:472 char:9

  •     throw "$($errorPrefix)Error parsing configuration: $parseErro ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (Error parsing c...lizedMessages'.:String) [], RuntimeException
    • FullyQualifiedErrorId : Error parsing configuration: At line:6308 char:17
  •             Count = 0
    
  •             ~~~~~
    

The member 'Count' is not valid. Valid members are
'defaultMessage', 'localizedMessages'.

@FabienTschanz
Copy link
Collaborator

@Morph2310 Please open a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment