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 always passes a empty string, preventing the deletion of tags by key only. Fix PR fixes it by treating an empty value as null. It also fixes the related test (invalid testdata filename). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org