[GitHub] [cloudstack-go] Pearl1594 commented on pull request #40: Fix passing empty tag value, fix ResourceTags tests

2022-07-28 Thread GitBox
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

[GitHub] [cloudstack-go] vdombrovski opened a new pull request, #40: Fix passing empty tag value, fix ResourceTags tests

2022-07-28 Thread GitBox
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