You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 to Test-M365DSCParameterState,
contrary to EXOTenantAllowBlockListItems these resources are not affected
but we still should use the correct parameter
AADRoleSetting
Fixed issue where missing settings object for a role caused errors.
FIXES #5602
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 to Test-M365DSCParameterState,
contrary to EXOTenantAllowBlockListItems these resources are not affected
but we still should use the correct parameter
EXOTenantAllowBlockListItems
Fixed Test-TargetResource by using the correct parameter DesiredValues
given to Test-M365DSCParameterState
EXOTransportRule
Fix type of SenderInRecipientList in schema
FabricAdminTenantSettings
Added support for the AllowGetOneLakeUDK, AllowMountDfCreation, AllowOneLakeUDK,
ArtifactOrgAppPreview properties.
Fix values that have a zero length whitespace character.
Use correct parameter DesiredValues given to Test-M365DSCParameterState,
contrary to EXOTenantAllowBlockListItems these resources are not affected
but we still should use the correct parameter
SCLabelPolicy
Use correct parameter DesiredValues given to Test-M365DSCParameterState,
contrary to EXOTenantAllowBlockListItems these resources are not affected
but we still should use the correct parameter
SCSecurityFilter
Use correct parameter DesiredValues given to Test-M365DSCParameterState,
contrary to EXOTenantAllowBlockListItems these resources are not affected
but we still should use the correct parameter
SPOSPOBrowserIdleSignout
Corrected export types where the schema expected a String, but received a different type
FIXES #5648
SPOSharingSettings
Corrected export types where the schema expected a String, but received a different type
FIXES #5648
M365DSCReport
Fix missing delimiter when called without the parameter.
FIXES #5634
Add configuration validation to inform about comparisons against empty or invalid configurations.
FIXES #5658
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
MISC
Export Performance Improvements
Implements the changes described in #5615
Improved resource caching behavior across Intune resources.