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
The EXOMailTips resource has an Organization parameter, which is the Key parameter. This accepts all string input, which means the resource can be supplied more than once in a config. However M365 only has one Mail Tips configuration. This can result into conflicts.
We have to change the current Organization parameter into the IsSingleInstance parameter, which makes sure the resource can only be used once in a config. This is however a breaking change, so must be included in the April 2024 breaking change release.
Description of the issue
The EXOMailTips resource has an Organization parameter, which is the Key parameter. This accepts all string input, which means the resource can be supplied more than once in a config. However M365 only has one Mail Tips configuration. This can result into conflicts.
We have to change the current Organization parameter into the IsSingleInstance parameter, which makes sure the resource can only be used once in a config. This is however a breaking change, so must be included in the April 2024 breaking change release.
Microsoft 365 DSC Version
Dev
Which workloads are affected
Exchange Online
The DSC configuration
Current:
Target:
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
N/A
The text was updated successfully, but these errors were encountered: