Microsoft365DSC
Microsoft365DSC copied to clipboard
EXOTransportRule: Change data type of Priority from String to Int
Pull Request (PR) description
This is a breaking change!
Change data type of Priority from String to Int
This Pull Request (PR) fixes the following issues
- Fixes #4136
Is the fact that it is incorrectly set as a string causing any issues?
It isn't breaking anything right away, but it is incorrect. We are now relying on PowerShell converting the value to an Int. Users could also enter a different value than a number, which will break the deployment. By changing this value to an Int, the resource matches the actual situation and we are preventing potential issues. It is however a breaking change, so should be released with the next breaking change release.