diff --git a/power/client/p_cloud_volumes/p_cloud_volumes_client.go b/power/client/p_cloud_volumes/p_cloud_volumes_client.go index e2819358..7d7b84f2 100644 --- a/power/client/p_cloud_volumes/p_cloud_volumes_client.go +++ b/power/client/p_cloud_volumes/p_cloud_volumes_client.go @@ -519,11 +519,7 @@ func (a *Client) PcloudPvminstancesVolumesGetall(params *PcloudPvminstancesVolum } /* - PcloudPvminstancesVolumesPost attaches a volume to a p VM instance - - Attach a volume to a PVMInstance. - ->**Note**: In the case of VMRM, the first volume being attached will be converted to a bootable volume. +PcloudPvminstancesVolumesPost attaches a volume to a p VM instance */ func (a *Client) PcloudPvminstancesVolumesPost(params *PcloudPvminstancesVolumesPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudPvminstancesVolumesPostOK, error) { // TODO: Validate the params before sending diff --git a/power/client/power_edge_router/power_edge_router_client.go b/power/client/power_edge_router/power_edge_router_client.go index bf6c3505..6102abdf 100644 --- a/power/client/power_edge_router/power_edge_router_client.go +++ b/power/client/power_edge_router/power_edge_router_client.go @@ -36,7 +36,7 @@ type ClientService interface { } /* -V1PoweredgerouterActionPost performs an power edge router action migrate start migrate validate on a workspace +V1PoweredgerouterActionPost performs a power edge router action migrate start migrate validate on a workspace */ func (a *Client) V1PoweredgerouterActionPost(params *V1PoweredgerouterActionPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1PoweredgerouterActionPostOK, error) { // TODO: Validate the params before sending