Skip to content

Releases: microsoft/Microsoft365DSC

Release 1.23.830.1

30 Aug 13:17
17c7673
Compare
Choose a tag to compare
  • O365SearchAndintelligenceConfigurations
    * Removed support for Service Principal Auth, which the cmdlet never supported.
    • SPOHomeSite
      • Fixes an issue if no home site exists
        FIXES #3577
    • DEPENDENCIES
      • Updated Microsoft.Graph to version 2.4.0.
      • Updated ReverseDSC to version 2.0.0.18
    • MISC
      • Fixes an issue with the generic export CIM Instance logic.
        FIXES #3610

Release 1.23.823.1

23 Aug 15:04
0b5ccd5
Compare
Choose a tag to compare
  • AADAuthorizationPolicy
    • Fix issue with property PermissionGrantPolicyIdsAssignedToDefaultUserRole
      FIXES #3594
  • AADGroupsSettings
    • Add support for enabling sensitivity labels in M365-groups
  • EXOSafeAttachmentPolicy
    • Deprecated ActionOnError Parameter
      FIXES #3579
  • O365OrgSettings
    • Updated logic of the Get to return null if permissions are not granted for
      a given API.
    • Updated the list of required permissions.
  • DEPENDENCIES
    • Updated Microsoft.Graph dependencies to version 2.3.0
    • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.174.

Release 1.23.809.1

10 Aug 13:26
224f48f
Compare
Choose a tag to compare
  • AADAuthorizationPolicy
    • Added support for the AllowedToCreateTenants &
      AllowedToReadBitlockerKeysForOwnedDevice properties.
      FIXES #3492
  • AADGroup, AADUser and O365Group
    • Add support to use function endsWith as filter
      FIXES #3518
  • O365OrgSettings
    • Added error handling for the Viva settings to handle task cancellation errors.
    • Added improvements for the set to only call into APIs that need a PATCH request.
  • SCComplianceSearch
    • Fixed an issue with the export when using CertificateThumbprint.
      FIXES #3499
  • SCComplianceSearchAction
    • Adds support for the Preview action type.
      FIXES #3498
  • SCRetentionCompliancePolicy
    • Fixes an issue where SPN auth parameters weren't returned from the Get-TargetResource
      function.
      FIXES #3500
  • SPOTenantSettings
    • Add support for new parameter HideSyncButtonOnTeamSite
  • TeamsGroupPolicyAssignment
  • TeamsShiftPolicy
    • Deprecated the EnableShiftPresence parameter.
  • TeamsTemplatesPolicy
    • Initial release.
  • MISC
    • M365DscReverse: Fix exporting when $Filter var exists locally
      FIXES #3515
    • Fix for the delta report function to handle deep nested CIM Instances.
      FIXES #3478
  • DEPENDENCIES
    • Updated Microsoft.Graph.* dependencies to version 2.2.0.
    • Updated MSCloudLoginAssistant to version 1.0.119.
    • Updated dependency Microsoft.PowerApps.Administration.PowerShell to version 2.0.170.

Release 1.23.726.1

26 Jul 18:27
73aa871
Compare
Choose a tag to compare
  • AADGroup
    • Fix issue setting MemberOf property.
      FIXES #3496
  • TeamsOrgWideAppSettings
    • Removed support for app authentication since the underlying cmdlets aren't
      supporting it yet.
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to version 1.0.118.
  • MISC
    • Improved Update-M365DSCDependencies function to properly install all Microsoft.Graph.* modules.
      FIXES #3454

Release 1.23.719.1

19 Jul 16:08
eb15335
Compare
Choose a tag to compare
  • SPOApp
    * Fixes an issue where the extraction was complaining about op_addition failing.
  • DEPENDENCIES
    * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.167.
  • DRG
    * General cleanup from generated resources from DRG
    * Added module M365DSCDRGUtil.psm1
    * Fix issues on several resources
    * Fix assignment from several resources
    * Fix unit test on several resources
    * Removed helper resources centralized in M365DSCDRGUtil from all resources
    FIXES #3309
  • MISC
    * Fixes cmdlet to use Get-MgBetaOrganization in the Get-M365DSCTenantDomain function.
    FIXES #3449

Release 1.23.712.1

12 Jul 14:15
eb15335
Compare
Choose a tag to compare
  • IntuneDeviceConfigurationPolicyAndroidDeviceAdministrator
    • Fixes an issue where the Get-TargetResource function was defining the parameter as Identity and all othe methods and schema had it defined to Id.
  • O365OrgSettings
    • Introduced a workaround to fix an issue with the ExchangeOnlineManagement module where if connected to Security and Compliance center
      an error about an invalid token would get thrown when calling the Get-DefaultTenantMyAnalyticsFeatureConfig cmdlet.
  • SPOApp
    • Fixes an issue where the extraction was complaining about op_addition failing.
  • DEPENDENCIES
    • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.167.
  • DRG
    • General cleanup from generated resources from DRG
      • Added module M365DSCDRGUtil.psm1
      • Fix issues on several resources
      • Fix assignment from several resources
      • Fix unit test on several resources
      • Removed helper resources centralized in M365DSCDRGUtil from all resources
        FIXES #3309
  • MISC
    • Fixes cmdlet to use Get-MgBetaOrganization in the Get-M365DSCTenantDomain function.
      FIXES #3449

Release 1.23.628.1

30 Jun 16:48
f90ac11
Compare
Choose a tag to compare
  • AADAdministrativeUnit
    • Improved export performance.
  • AADApplication
    • Updated the Set and Test function to ignore the AppId parameter.
      FIXES #3390
    • Improved export performance.
  • AADAuthenticationMethodPolicyAuthenticator
    • Deprecated the NumberMatchingRequiredState Feature Setting.
      FIXES #3406
  • AADRoleDefinition
    • Improved export performance.
  • AADRoleSetting
    • Improved export performance.
  • AADServicePrincipal
    • Updated the Set and Test function to ignore the AppId parameter.
      FIXES #3390
    • Improved export performance.
  • EXOAvailabilityConfig
    • Fixes an error where an error was thrown when the OrgWideAccount wasn't set.
      FIXES #3402
  • IntuneDeviceEnrollmentPlatformRestriction
    • Fixes an error where the WindowsMobileRestriction property was still being assessed dispite it being deprecated.
      FIXES #3407
  • O365OrgSettings
    • Added support for Forms, Dynamics Customer Voice, To Do and Apps & Services settings.
  • TeamsCallQueue
    • Initial release.
  • Teams resources
  • MISC
    • Added API to the Organization.Read.All permission in the Get-M365DSCCompiledPermisisonList cmdlet
    • Fixes an issue with Update-M365DSCAzureAdApplication where it was throwing an error complaining about duplicate keys.
      FIXES #3417
    • Update-M365DSCModule now forces a reload of the latest version of the Microsoft365DSC module.
      FIXES #3326
    • Update-M365DSCAyureADApplication
      Added retry logic to catch the "Key credential end date is invalid" error when updating the application certificate.
      FIXES #3426
  • DEPENDENCIES
    • Updated ReverseDSC to version 2.0.0.16.

1.23.621.1: Merge pull request #3411 from microsoft/Dev

22 Jun 18:05
bd8771d
Compare
Choose a tag to compare
  • AADAdministrativeUnit
    • Fixes an issue where the domain part of the user name was handled as a string when using credentials to authenticate.
  • EXORoleGroup
    • Fixes an issue where the role group wasn't getting created when members were null.
      FIXES #3217
  • O365OrgSettings
    • Added support for the PlannerAllowCalendarSharing property for Planner.
    • Added support for the Microsoft 365 installation options.
    • Added support for the Viva Insights and Briefing email settings.
  • PPTenantIsolationSettings & PPTenantSettings
    • Handles the case where required permissions are not provided when using SPN authentication.
      FIXES #3179
  • SCProtectionAlert
    • Prevents extracting system rules.
      FIXES #3224
  • MISC
    • Fixes the display of arrays as property values for Excel based reports from New-M365DSCReportFromConfiguration.
      FIXES #3173
    • Added the Organization.Read.All permission by default in the Get-M365DSCCompiledPermisisonList cmdlet return values.
      FIXES #3292
  • DEPENDENCIES
    • Updated ExchangeOnlineManagement to version 3.2.0.
    • Updated MicrosoftTeams to version 5.3.0.
    • Updated MSCloudLoginAssistant to version 1.0.114.

Release 1.23.614.1

15 Jun 09:11
ca4f055
Compare
Choose a tag to compare
  • AADApplication
    • Adds support for specifying permissions by names or GUID.
  • AADNamedLocationPolicy
    • Added support forthe CountryLookupMethod property
      FIXES #3345
  • TeamsAppPermissionPolicy
    • Fixes an issue where the wrong app types were trying to get assigned.
      FIXES #3373
  • MISC
    • Removed dependency on the Az.Accounts module from the Update-M365DSCAzureAdApplication function.
  • DEPENDENCIES
    • Updated DSCParser to version 1.3.0.10.
    • Updated Microsoft.Graph dependencies to version 1.28.0.
    • Updated MSCloudLoginAssistant to version 1.0.112.

Release 1.23.607.1

08 Jun 14:16
5034803
Compare
Choose a tag to compare
  • AADAuthenticationStrengthPolicy
    • Removed the validateset from the AllowedCombinations property due to incomplete full list of possible values.
  • EXOQuarantinePolicy
    • Fixes an issue where GlobalQurantinePolicy properties can't be updated.
  • IntuneAntivirusPolicyWindows10SettingCatalog
    • Fixes an issue for policies with template endpointSecurityAntivirus that had a templateId not expected by the code
      FIXES #3360
  • IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10
    • Fixes an issue with Set-TargetResource when an array is empty
      FIXES #3355
  • DEPENDENCIES
    • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.166.