Skip to content

Commit 34ba85b

Browse files
Laure-dijremy42remyleone
authored
fix(apple-silicon): listServerTypes WithAllPages product catalog (#4906)
Co-authored-by: Jonathan R. <[email protected]> Co-authored-by: Rémy Léone <[email protected]>
1 parent fe085cd commit 34ba85b

File tree

3 files changed

+386
-198
lines changed

3 files changed

+386
-198
lines changed

internal/namespaces/applesilicon/v1alpha1/custom_server_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"github.com/scaleway/scaleway-cli/v2/core/human"
1111
applesilicon "github.com/scaleway/scaleway-sdk-go/api/applesilicon/v1alpha1"
1212
productcatalog "github.com/scaleway/scaleway-sdk-go/api/product_catalog/v2alpha1"
13+
"github.com/scaleway/scaleway-sdk-go/scw"
1314
)
1415

1516
var serverTypeStockMarshalSpecs = human.EnumMarshalSpecs{
@@ -117,6 +118,7 @@ func serverTypeBuilder(c *core.Command) *core.Command {
117118
},
118119
Zone: &req.Zone,
119120
},
121+
scw.WithAllPages(),
120122
)
121123
if err != nil {
122124
return nil, err

0 commit comments

Comments
 (0)