Skip to content

Commit

Permalink
feat(vpc): deprecate update PN subnets (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Feb 7, 2023
1 parent 1b2807d commit 089e647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/vpc/v1/vpc_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ type UpdatePrivateNetworkRequest struct {
Name *string `json:"name"`
// Tags: the private networks tags
Tags *[]string `json:"tags"`
// Subnets: private network subnets CIDR
Subnets *[]string `json:"subnets"`
// Deprecated: Subnets: private network subnets CIDR (deprecated)
Subnets *[]string `json:"subnets,omitempty"`
}

// UpdatePrivateNetwork: update private network
Expand Down

0 comments on commit 089e647

Please sign in to comment.