Skip to content

Commit

Permalink
feat(block): update new AZ to Block documentation API (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 13, 2023
1 parent 1db115f commit 236a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/block/v1alpha1/block_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ func NewAPI(client *scw.Client) *API {
}
}
func (s *API) Zones() []scw.Zone {
return []scw.Zone{scw.ZoneFrPar1, scw.ZonePlWaw3}
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms3, scw.ZonePlWaw3}
}

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

0 comments on commit 236a201

Please sign in to comment.