apache / cloudstack-go

CloudStack Go SDK

Home Page:https://cloudstack.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate and tag against 4.15.2

rohityadavcloud opened this issue · comments

Hi @pdion891 I've updated the listApis.json using 4.15.2.0 with d6d4529. On running the generator it creates changes in cloudstack/HostService.go that overrides some of your manual changes:

cd generate
go build
./generate -api listApis.json

Can you do the above and see if you can address/fix your manual changes so either the generator is fixed or you simply use strings? (cloudstack/HostService.go)

That's going to take some time to get resolved in generate.go, unless we just merge manual changes inHostService.go?

Should we merge the auto-generated changes for 4.15.2 @pdion891 I've pinged my colleague @Pearl1594 to see if generate.go can be fixed to do the changes (so manual changes are not required).