Skip to content

Releases: microsoft/Microsoft365DSC

Release 1.23.1206.1

06 Dec 18:43
dde39dd
Compare
Choose a tag to compare
  • IntuneAntivirusPolicyWindows10SettingCatalog
    • Fix condition in Test-TargetResource to check if resource was removed or not
      FIXES #3958
  • IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10
    • Fix typo in assignment cmdlet
      FIXES #3996
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to version 1.1.2.
  • MISC
    • Fix Compare-M365DSCConfigurations to exclude resources correctly
      FIXES #4000

Release 1.23.1129.1

30 Nov 18:57
f412344
Compare
Choose a tag to compare
  • AADRoleSetting
    • Export sorted by DisplayName for better comparison
    • Enable Filter property to be used on export
      FIXES #3919
  • AADUser
    • Added the MemberOf Property.
  • IntuneAntivirusPolicyWindows10SettingCatalog
    • Skipped settingValueTemplateReference and settingInstanceTemplateReference
      for severethreats, highseveritythreats, moderateseveritythreats,
      lowseveritythreats as per API requirements observed in the Intune portal.
      FIXES #3818
      FIXES #3955
  • IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy,
    IntuneAccountProtectionLocalUserGroupMembershipPolicy,
    IntuneAccountProtectionPolicy,
    • Fixes export if Assignments is set on existing policies
      FIXES 3913
    • Add groupDisplayName to Assignments embedded instance
  • IntuneDeviceConfigurationDeliveryOptimizationPolicyWindows10,
    IntuneDeviceConfigurationHealthMonitoringConfigurationPolicyWindows10,
    IntuneDeviceConfigurationIdentityProtectionPolicyWindows10,
    IntuneDeviceConfigurationEndpointProtectionPolicyWindows10,
    IntuneDeviceEnrollmentStatusPageWindows10,
    IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined,
    IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Removed Id and all authentication parameters from PSBoundParameters in Test-TargetResource
      FIXES #3888
  • IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3921
  • IntuneDeviceEnrollmentStatusPageWindows10
    • Fixed assignments using API call
      FIXES #3921
  • IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3892
  • IntuneWindowsAutopilotDeploymentProfileAzureADJoined
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
      FIXES #3892
  • IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10
    • Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment
  • IntuneDeviceConfigurationPolicyWindows10
    FIXES #3921
  • IntuneDeviceEnrollmentStatusPageWindows10
    • Fixed assignments using API call
      FIXES #3921
  • TeamsMessagingPolicy
    • Added support for properties AllowCommunicationComplianceEndUserReporting,
      AllowFluidCollaborate and AllowSecurityEndUserReporting.
      FIXES #3968
  • TeamsTeam
    • Fixes incompatible type for ComplianceRecordingApplications, expected string[] but receive object[]
      FIXES: #3890
  • DEPENDENCIES
    • Updated DSCParser to version 1.4.0.1.
    • Updated Microsoft.Graph to version 2.10.0.
    • Updated MSCloudLoginAssistant to version 1.1.0.

Release 1.23.1122.1

22 Nov 16:02
26132a6
Compare
Choose a tag to compare
  • SPOSharingSettings
    • Fixes typo to re-enable export of ExternalUserExpireInDays and
      ExternalUserExpirationRequired.
  • DEPENDENCIES
    • Updated DSCParser to version 1.4.0.0.
    • Updated Microsoft.Graph to version 2.9.1.
    • Updated MicrosoftTeams to version 5.8.0.

Release 1.23.1115.1

16 Nov 00:27
b2ccc65
Compare
Choose a tag to compare
  • AADApplication
    • Added support for the IsFallbackPublicClient property.
      FIXES #3906
  • AADServicePrincipal
    • Added support to define members.
      FIXES #3902
  • EXOCASMailboxPlan
    • Fixes an issue where we are not able to set the settings of a CAS
      Mailbox Plan by specifying the Identity without the GUID in the name.
      FIXES #3900

Release 1.23.1108.1

08 Nov 15:44
9012779
Compare
Choose a tag to compare
  • AADExternalIdentityPolicy
    • Initial release.
  • O365OrgSettings
    • Force register the Office on the Web ServicePrincipal is it is not present.
      FIXES #3842
  • TeamsTeam
    • Fixes incomplete import due to error "Cannot index into a null array"
      FIXES: #3759

Release 1.23.1101.1

01 Nov 14:51
bbe318f
Compare
Choose a tag to compare
  • AADRoleEligibilityScheduleRequest
    • Fixes how the Get method retrieves existing instances for Groups.
      FIXES #3787
  • SCSecurityFilter
    • Fixes an issue because Region could be empty
      FIXES: #3854
  • SPOSharingSettings
    • Fixes parameter validation of ExternalUserExpireInDays and ExternalUserExpirationRequired.
      FIXES #3856
  • TeamsComplianceRecordingPolicy
    • Fix an issue where the Compliance Application ID wasn't properly retrieved.
      FIXES #3848

Release 1.23.1018.1

18 Oct 15:02
033187e
Compare
Choose a tag to compare
  • AADAuthenticationMethodPolicyAuthenticator
    • Fixes an issue with the Get method when an assigned group
      was deleted.
  • AADConditionalAccessPolicy
    • Added support for the SigninFrequencyInterval parameter.
  • EXODistributionGroup
    • Changes the export logic to use PrimarySMTPAddress if provided.
  • IntuneAntivirusPolicyWindows10SettingCatalog
    • Added "-All" parameter to retrieve all settings from a template.
      FIXES #3722
  • TeamsGroupPolicyAssignment
    • Fixes the export of CsGroup, when the display name of a group is included in another display name.
      FIXES #3736
  • TeamsUserPolicyAssignment
    • Initial release.
      FIXES #3777
  • MISC
    • Fixes fancy quotes in complex objects for extraction.
  • DEPENDENCIES

Release 1.23.1011.1

11 Oct 15:17
7853dc4
Compare
Choose a tag to compare
  • AADRoleEligibilityScheduleRequest
    • Added support for groups assignment.
      FIXES #3744
  • EXOCalendarProcessing
    • Added support for retrieved groups as calendar delegates.
  • EXODistributionGroup
    • Fixes the export of group membership to use Identity.
  • TeamsUpdateManagementPolicy
    • Add support for the new acceptable value for UseNewTeamsClient (NewTeamsAsDefault).
  • MISC
    • M365DSCReport: Also define property dataType, if present, as being primary key on CIM instances.
  • TeamsUpgradeConfiguration
    • Fixes an issue where the SfBMeetingJoinUx property wasn't properly updated.
  • DEPENDENCIES
    • Updated ExchangeOnlineManagement to version 3.4.0.
    • Updated Microsoft.Graph dependencies to version 2.7.0.

Release 1.23.1004.1

04 Oct 15:19
5d2c7bd
Compare
Choose a tag to compare
  • AADEntitlementManagementAccessPackageAssignmentPolicy
    • [BREAKING CHANGE] Fixes customExtension property where the schema and assignement
      were not managed correctly.
      FIXES #3639
  • AADEntitlementManagementConnectedOrganization
  • EXOCalendarProcessing
    • Initial release.
  • EXODistributionGroup
    • [BREAKING CHANGE] Identity is now a primary key.
      FIXES #3741
    • Added support for multiple new properties to align with supporting cmdlet.
  • EXOMailboxAutoReplyConfiguration
    • Initial release.
  • EXOMailboxPermission
    • Initial release.
  • EXOPlace
    • Initial release.
  • IntunePolicySets
    • New Configuration for Intune Policy Sets
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to version 1.0.121.
  • MISC
    • TestHarness.psm1
      • Added code around DscTestsPath parameter to target a single test file
        during development

Release 1.23.927.1

27 Sep 18:11
e466572
Compare
Choose a tag to compare
  • AADApplication
    * Added support for restoring soft deleted instances.
    • AADRoleSetting
      • Fixed issue with export where ApplicationSecret was not returned.
        FIXES #3695
    • M365DSCRuleEvaluation
      • Improvements to how rules are evaluated and how drifts are logged.
    • O365OrgSettings
      • Changes to how ToDo discrepencies are being fixed in the SET method.
    • DEPENDENCIES
      • Updated Microsoft.Graph to version 2.6.1.
      • Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.117.
    • MISC
      • Fixed handling of Graph connection in Update-M365DSCAllowedGraphScopes