Skip to content

Commit

Permalink
fix: update date
Browse files Browse the repository at this point in the history
Signed-off-by: Ujjwal Kumar <[email protected]>
  • Loading branch information
ujjwal-ibm committed Sep 17, 2024
1 parent f85db23 commit 0970b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpcv1/vpc_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
// VpcV1 : The IBM Cloud Virtual Private Cloud (VPC) API can be used to programmatically provision and manage virtual
// server instances, along with subnets, volumes, load balancers, and more.
//
// API Version: 2024-04-30
// API Version: 2024-09-16
type VpcV1 struct {
Service *core.BaseService

Expand Down Expand Up @@ -30078,7 +30078,7 @@ func (vpc *VpcV1) UpdateFlowLogCollectorWithContext(ctx context.Context, updateF
return
}
func getServiceComponentInfo() *core.ProblemComponent {
return core.NewProblemComponent(DefaultServiceName, "2024-04-30")
return core.NewProblemComponent(DefaultServiceName, "2024-09-10")
}

// AccountReference : AccountReference struct
Expand Down

0 comments on commit 0970b11

Please sign in to comment.