Pearl1594 commented on PR #40:
URL: https://github.com/apache/cloudstack-go/pull/40#issuecomment-1198193132
@vdombrovski Thanks for the fix. However, cloudstack-go's code is
autogenerated, which means the fix you have provided would need to be placed
here:
https://github.com/apache/clou
vdombrovski opened a new pull request, #40:
URL: https://github.com/apache/cloudstack-go/pull/40
When deleting tags, Cloudstack accepts value set to null, which will
delete the tag regardless of its value. However, the current
implementation forces casting into map[string]string, which