Skip to content

Release 1.25.1112.1

Latest

Choose a tag to compare

@NikCharlebois NikCharlebois released this 12 Nov 20:50
· 1 commit to Master since this release
4bb9d5a
  • AADActivityBasedTimeoutPolicy
    • Fixed an issue where the DisplayName property was not used for create and update.
      FIXES #6680
  • AADApplication
    • Added support for TokenLifetimePolicies.
    • Fixing issue where Set-TargetResource threw an error trying to recreate
      an existing permissions scope when id was not provided.
  • AADAuthorizationPolicy
    • Added new property AllowUserConsentForRiskyApps.
  • AADFeatureRolloutPolicy
    • Added support for AppliesTo.
  • AADFilteringPolicyRule
    • Fixed issue retrieving existing rule where the Id parameter was incorrectly provided.
  • AADGroup
    • Added support for GroupLifecyclePolicySelectedEnabled, which indicates
      if a Group has a Group Lifecycle Policy assigned to it.
    • Fixed an issue where using advanced filtering during export failed.
    • Updated the required permissions to match the used cmdlets.
  • AADUser
    • Added new permission requirement User.EnableDisableAccount.All for enabling / disabling accounts.
  • EXOIRMConfiguration
    • Fixed an issue where the LicensingLocation property was not exported correctly.
      FIXES #6644
  • IntuneAlertRuleWindows365
    • Initial release.
  • IntuneAppProtectionPolicyAndroid
    • Fixes an issue where Set-TargetResource attempted to create an additional policy
      when two instances with the same name already existed.
  • IntuneAppProtectionPolicyiOS
    • Fixes an issue where Set-TargetResource attempted to create an additional policy
      when two instances with the same name already existed.
  • IntuneDeviceConfigurationHealthMonitoringConfigurationPolicyWindows10
    • Fixed an issue where the resource failed with ModelValidationFailure due to property casing mismatch.
  • IntuneDeviceControlPolicySetting
    • Initial release.
  • IntuneEpmCertificatePolicySetting
    • Initial release.
  • IntuneFirewallPolicySetting
    • Initial release.
  • IntuneManagedInstallerPolicyWindows10
    • Initial release.
  • IntuneSettingCatalogCustomPolicyWindows10
    • Fixed issue where roleScopeTagIds was sent as null instead of array, causing BadRequest (400) during policy update.
  • ODSettings
    • Added new property DisplayNamesOfFileViewers.
    • Fixed an issue where exporting DomainGuids would throw because it is a GUID type.
      FIXES #6615
  • SPOSharingSettings
    • Changed from server-side filtering to local because of backend limitations.
      FIXES #6631
  • SPOTenantSettings
    • Added support for the following properties: HideSyncButtonOnODB, MobileFriendlyUrlEnabledInTenant,
      AllowDownloadingNonWebViewableFiles, AllowEditing, DisableCustomAppAuthentication,
      DisabledModernListTemplateIds, DisablePersonalListCreation, IsLoopEnabled,
      IsSharePointNewsfeedEnabled, IsSiteCreationEnabled, IsSiteCreationUiEnabled,
      IsSitePagesCreationEnabled, NoAccessRedirectUrl, RequireAcceptingAccountMatchInvitedAccount,
      SpecialCharactersStateInFileFolderNames.
  • SCDLPSensitiveInformationType
    • Initial release.
  • TeamsAIPolicy
    • Initial release.
  • TeamsFederationConfiguration
    • Fixed an issue where AllowedDomains could not be set.
      FIXES #6654
  • TeamsMeetingPolicy
    • Added support for new properties.
      FIXES #6606
  • TeamsMessagingPolicy
    • Fixed an issue where UseB2BInvitesToAddExternalUsers was exported with the wrong value.
      FIXES #6632
  • TeamsUpdateManagementPolicy
    • Fixed an issue where the type for DisabledInProductMessages was String instead of a String array.
      FIXES #6635
  • TeamsVoiceRoutingPolicy
    • Fixed an issue where removing a policy required PSTN usages to exist.
      FIXES #6449
  • VivaEngagementRoleMember
    • Fixed issue loading the required modules to export this resource.
  • M365DSCDRGUtil
    • Added drift event message to Verbose output.
      FIXES #6666.
    • Fixed issue loading the required modules to export this resource
  • M365DSCReverse
    • Fixed an issue where having resources specified in both include and exclude
      during export would result in an exception.
      FIXES #6630
  • M365DSCUtil
    • Added custom post processing to Test-M365DSCTargetResource.
    • Added new function Split-M365DSCConfiguration.
    • Improved logging output of Test-M365DSCTargetResource.
    • Moved resource initialization into dedicated function.
    • Removed groupId requirement in ConvertTo-IntuneMobileAppAssignment.
  • MISC
    • Centralized more resource testing to the testing function.
    • Updated single instance information retrieval in EXO resources.
      FIXES #6643
    • Improved support for ErrorAction during export.
      FIXES #6610
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to version 1.1.54