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
Since V1.25.226.1, the AlternateNotificationEmails property from ressource AADGroupLifecyclePolicy is mandatory when using Assert-M365Blueprint.
Is it possible to make it optional like before as we do not want to audit this setting.
Resource 'AADGroupLifecyclePolicy' requires that a value of type 'StringArray' be provided for property 'AlternateNotificationEmails'.">> TerminatingError(): "Error parsing configuration: At line:1660 char:9+ AADGroupLifecyclePolicy "AADGroupLifecyclePolicy"
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered:
That property is set as required so it must exist in the blueprint, if you want to exclude it from being checked then just add -ExcludedProperties @("AlternateNotificationEmails") to your Assert-M365DSCBlueprint command.
Description of the issue
Since V1.25.226.1, the AlternateNotificationEmails property from ressource AADGroupLifecyclePolicy is mandatory when using Assert-M365Blueprint.
Is it possible to make it optional like before as we do not want to audit this setting.
Microsoft 365 DSC Version
1.25.226.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: