Microsoft365DSC icon indicating copy to clipboard operation
Microsoft365DSC copied to clipboard

EXOTransportRule: Change data type of Priority from String to Int

Open malauter opened this issue 1 year ago • 2 comments

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

malauter avatar Jan 15 '24 13:01 malauter

Is the fact that it is incorrectly set as a string causing any issues?

NikCharlebois avatar Jan 17 '24 13:01 NikCharlebois

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.

ykuijs avatar Jan 17 '24 16:01 ykuijs