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
A new value (5) was added in the backend as an option to property PasswordComplexity which corresponds to "Large letters + small letters + numbers + special characters (improved readability)" but M365DSC only supports values up to 4, if I try to compile a blueprint with that value set to 5 it fails with the below.
I'll send a PR with the fix for this.
Microsoft365DSC\IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy : At least one of the values '5' is not supported or valid for property 'PasswordComplexity' on class 'IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy'. Please specify only supported values: 1,2,3,4.
Microsoft365DSC\IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy : At least one of the values '5' is not supported or valid for property 'PasswordComplexity' on class 'IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy'. Please specify only supported values: 1,2,3,4.
Environment Information + PowerShell Version
Win11 / PS5.1
The text was updated successfully, but these errors were encountered:
Description of the issue
A new value (5) was added in the backend as an option to property PasswordComplexity which corresponds to "Large letters + small letters + numbers + special characters (improved readability)" but M365DSC only supports values up to 4, if I try to compile a blueprint with that value set to 5 it fails with the below.
I'll send a PR with the fix for this.
Microsoft 365 DSC Version
1.24.731.1
Which workloads are affected
Intune
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: