Skip to content

Release 1.24.515.2

Compare
Choose a tag to compare
@NikCharlebois NikCharlebois released this 15 May 12:13
e3db448
  • AADActivityBasedTimeoutPolicy
    * Initial release, set the azure portal and default Timeout.
    • AADGroup
    • AADGroupSettings
      • Added support for parameter NewUnifiedGroupWritebackDefault
    • EXOManagementRoleEntry
      • Initial Release
      • Added support for the WebSite type.
    • IntuneAntivirusPolicyWindows10SettingCatalog
      • Add missing properties from templates
      • Update setting handling so that the value is reverted to default when unset
    • IntuneDeviceConfigurationCustomPolicyWindows10
      • Fixed an issue where the payload of xml files was not encoded as base64.
    • IntuneDeviceConfigurationDefenderForEndpointOnboardingPolicyWindows10
      • Fixed a creation and update issue when the exported policy contains a
        onboarding blob and the tenant is connected to Defender for Endpoint Service.
    • SCAutoSensitivityLabelPolicy
      • Fix incorrect mandatory Credential parameter in Set and Test methods
        FIXES #4283
    • SPOSharingSettings
      • Remove properties from being tested in certain conditions
        FIXES #4649
      • Changed logic to retrieve my site for sovereign clouds.
    • SPOTenantCdnPolicy
      • Fixed an issue when both IncludeFileExtensions and
        ExcludeRestrictedSiteClassifications needed to be changed but the latter got
        the value of the former instead of the correct one
        FIXES #4658
    • TeamsAudioConferencingPolicy
      • Fix export and creation/set of this resource by converting a string array
        into a comma-separated string and a comma-separated string into a string
        array respectively
        FIXES #4655
    • TeamsMeetingPolicy
      • Fix creation and set of resource when cloud recording is set to false (off)
        FIXES #4653
      • Fixed issue with property MeetingChatEnabledType by allowing the value
        EnabledExceptAnonymous to be selected
        FIXES #4667
    • TeamsGroupPolicyAssignment
      • Add missing policy type TeamsVerticalPackagePolicy
        FIXES #4647
    • TeamsUpdateManagementPolicy
      • Remove unnecessary parameters from PSBoundParameters such as authentication
        methods, Ensure and Verbose by calling Remove-M365DSCAuthenticationParameter
        FIXES #4651
    • M365DSCUtil
      • Fixed an issue where one could not pass empty arrays to the
        Compare-PSCustomObjectArrays function.
      • Fixed an issue with how the ResourceInstanceName was being assigned for
        resource SPOTenantCdnPolicy by adding its primary key CDNType to the
        heuristics
        FIXES #4658
    • DEPENDENCIES
      • Updated DSCParser to version 2.0.0.4.
      • Updated Microsoft.Graph to version 2.19.0.
      • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.187.
    • MISC
      • Added support for Access Tokens across AAD resources.
      • Added support for Access Tokens across SC resources.
      • Added support for Access Tokens across SPO resources.
      • Added support for Access Tokens across Teams resources.
      • Fixing fake passwords in Unit Tests.
      • Added ability to configure Telemetry client by ConnectionString.