- AADAuthenticationMethodPolicyAuthenticator
- Fixes issues with the export missing a line return.
FIXES #3645
- Fixes issues with the export missing a line return.
- AADAuthorizationPolicy
- Fix issues with the Set method, which did not check an array properly.
- AADGroup
- Fixed Get-TargetResource not to use the parameters that should be set,
preventing an empty delta on Set-TargetResource
FIXES #3629
- Fixed Get-TargetResource not to use the parameters that should be set,
- AADRoleEligibilityScheduleRequest
- Initial Release.
- EXOIRMConfiguration
- Corrected type in schema for parameter TransportDecryptionSetting
- EXORemoteDomain
- Implemented a wait/retry mecanism between the New-RemoteDomain and
Set-RemoteDomain to avoid timeout.
FIXES #3628
- Implemented a wait/retry mecanism between the New-RemoteDomain and
- DEPENDENCIES
- Updated Install-M365DSCDevBranch, Update-M365DSCDependencies and
Update-M365DSCModule to be usable with -Scope, allowing
the user to install/update the module dependencies without admin rights,
using current user scope. Confirm-M365DSCDependencies
error message changed to reflect this change.
FIXES #3621 - Updated MSCloudLoginAssitant to version 1.0.120
- Updated Install-M365DSCDevBranch, Update-M365DSCDependencies and
- MISC