mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-18 15:34:19 +00:00
* obscure type promotion issue in some versions of Powershell causes [int]::MaxValue to be promoted to [int64] when doing a COM property get or set. Since the "All" profiles value of 0x7FFFFFFF is [int]::MaxValue, it would trigger "Specified cast is not valid" when modifying a rule that's already set to All Profiles or trying to be. * Fixed catch-all error handler to include exception detail * Added test converage for this case |
||
|---|---|---|
| .. | ||
| cache | ||
| compile | ||
| integration | ||
| legacy | ||
| results | ||
| runner | ||
| sanity | ||
| units | ||
| utils | ||