Closed mantoine96 closed 4 years ago
Thanks, true that. Currently doing some testing but will make a new release when I finish.
Thank you again @tbroden84!
Have now release a new version 1.5.0 with your updates. Also tried them out and worked for me to add a queue alarm.
After updating to the latest release (v1.4.1), we still got the same errors we had in #43
After investigating, I realized that I had forgotten to had the
message_type
field to thekeys
slice inresourceAlarmCreate
andresourceAlarmUpdate
, effectively leaving themessage_type
out of our creation POST/PUT requests.Additionally, I added the
message_type
field to thevalidateSchemaAttribute
method.After building my changes, I was able to successfully apply my changes.
@tbroden84 FYI