This is an automated email from the ASF dual-hosted git repository. Pearl1594 pushed a commit to branch fix-vpc-offering-service-capability-list in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
commit dd3b4c12192fc4cde1fcd5498743049c46c34885 Merge: 094a10e e4f810b Author: Pearl Dsilva <[email protected]> AuthorDate: Thu Jul 23 14:53:32 2026 -0400 Merge branch 'main' of https://github.com/apache/cloudstack-go into fix-vpc-offering-service-capability-list .asf.yaml | 4 ++++ .github/workflows/rat.yaml | 6 +++--- .rat-excludes | 5 +++++ AGENTS.md | 13 +++++++++++++ SECURITY.md | 35 +++++++++++++++++++++++++++++++++++ generate/generate.go | 7 ------- 6 files changed, 60 insertions(+), 10 deletions(-) diff --cc generate/generate.go index c586817,448b614..3c1f958 --- a/generate/generate.go +++ b/generate/generate.go @@@ -94,19 -94,6 +94,12 @@@ var mapRequireList = map[string]map[str "iptonetworklist": true, "nicnetworklist": true, }, + "createVPCOffering": map[string]bool{ - // Each entry needs three columns (service, capabilitytype, capabilityvalue), - // which a flat map[string]string can't express - it collapses to generic - // "servicecapabilitylist[i].key"/"value" pairs that the API doesn't understand - // (it looks for "service"/"capabilitytype"/"capabilityvalue"), so every - // createVPCOffering call setting this field fails with - // "Invalid capability:null capability value:null". + "servicecapabilitylist": true, + }, + "createNetworkOffering": map[string]bool{ - // Same shape issue as createVPCOffering above. + "servicecapabilitylist": true, + }, "updateVirtualMachine": map[string]bool{ "dhcpoptionsnetworklist": true, },
