- AADConditionalAccessPolicy
- Fixes CA policy deployment errors when deploying policies based for workload identities.
- Fixed DisableResilienceDefaults result
- Add DisableResilienceDefaults false szenario
- AADDeviceRegistrationPolicy
- Fixes an error when trying to disable AAD join.
- AADGroupsNamingPolicy
- Use correct parameter
DesiredValues
given toTest-M365DSCParameterState
,
contrary toEXOTenantAllowBlockListItems
these resources are not affected
but we still should use the correct parameter
- Use correct parameter
- AADRoleSetting
- Fixed issue where missing settings object for a role caused errors.
FIXES #5602
- Fixed issue where missing settings object for a role caused errors.
- AADServicePrincipal
- FIXES #5549
- EXOAvailabilityConfig
- Removed dependency on Microsoft Graph to retrieve user information.
- EXODistributionGroup
- Removed dependency on Microsoft Graph to retrieve user information.
- EXOHostedContentFilterPolicy
- Use correct parameter
DesiredValues
given toTest-M365DSCParameterState
,
contrary toEXOTenantAllowBlockListItems
these resources are not affected
but we still should use the correct parameter
- Use correct parameter
- EXOTenantAllowBlockListItems
- Fixed
Test-TargetResource
by using the correct parameterDesiredValues
given toTest-M365DSCParameterState
- Fixed
- EXOTransportRule
- Fix type of
SenderInRecipientList
in schema
- Fix type of
- FabricAdminTenantSettings
- Added support for the AllowGetOneLakeUDK, AllowMountDfCreation, AllowOneLakeUDK,
ArtifactOrgAppPreview properties. - Fix values that have a zero length whitespace character.
- Added support for the AllowGetOneLakeUDK, AllowMountDfCreation, AllowOneLakeUDK,
- IntuneAppProtectionPolicyiOS
- SCAutoSensitivityLabelPolicy
- Use correct parameter
DesiredValues
given toTest-M365DSCParameterState
,
contrary toEXOTenantAllowBlockListItems
these resources are not affected
but we still should use the correct parameter
- Use correct parameter
- SCLabelPolicy
- Use correct parameter
DesiredValues
given toTest-M365DSCParameterState
,
contrary toEXOTenantAllowBlockListItems
these resources are not affected
but we still should use the correct parameter
- Use correct parameter
- SCSecurityFilter
- Use correct parameter
DesiredValues
given toTest-M365DSCParameterState
,
contrary toEXOTenantAllowBlockListItems
these resources are not affected
but we still should use the correct parameter
- Use correct parameter
- SPOSPOBrowserIdleSignout
- Corrected export types where the schema expected a String, but received a different type
FIXES #5648
- Corrected export types where the schema expected a String, but received a different type
- SPOSharingSettings
- Corrected export types where the schema expected a String, but received a different type
FIXES #5648
- Corrected export types where the schema expected a String, but received a different type
- M365DSCReport
- M365DSCTelemetryEngine
- Report LCM details only if running as administrator.
- M365DSCUtil
- In
Test-M365DSCParameterState
try to replace the line endings before
making the comparison otherwise it may fail as it did for a few resources
FIXES #5648
- In
- MISC
- Export Performance Improvements
Implements the changes described in #5615
Improved resource caching behavior across Intune resources.
- Export Performance Improvements