When modifying a property of PoolMember (PriorityGroup in my case), the API complains about invalid State and Session properties within the struct, even when those are unchanged and played back to the API just like it produced them.
The attached patch made the functions work for me.
When modifying a property of
PoolMember
(PriorityGroup in my case), the API complains about invalidState
andSession
properties within the struct, even when those are unchanged and played back to the API just like it produced them.The attached patch made the functions work for me.