Skip to content

Commit c89eda7

Browse files
committed
Zone and Pod update responses aren't being processed the same as other updates
1 parent 16260d4 commit c89eda7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate/generate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,11 +1794,13 @@ func (s *service) generateNewAPICallFunc(a *API) {
17941794
"UpdateCluster",
17951795
"UpdateVlanIpRange",
17961796
"CreatePod",
1797+
"UpdatePod",
17971798
"CreateSSHKeyPair",
17981799
"CreateSecurityGroup",
17991800
"CreateServiceOffering",
18001801
"CreateUser",
18011802
"CreateZone",
1803+
"UpdateZone",
18021804
"DedicateGuestVlanRange",
18031805
"EnableUser",
18041806
"GetVirtualMachineUserData",

0 commit comments

Comments
 (0)