Skip to content

Commit 236a201

Browse files
authored
feat(block): update new AZ to Block documentation API (#1950)
1 parent 1db115f commit 236a201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ func NewAPI(client *scw.Client) *API {
819819
}
820820
}
821821
func (s *API) Zones() []scw.Zone {
822-
return []scw.Zone{scw.ZoneFrPar1, scw.ZonePlWaw3}
822+
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms3, scw.ZonePlWaw3}
823823
}
824824

825825
// ListVolumeTypes: List all available volume types in a specified zone. The volume types listed are ordered by name in ascending order.

0 commit comments

Comments
 (0)