Skip to content

Commit

Permalink
fix(spec): updated the sdk as per the api spec released on 2024-11-19 (
Browse files Browse the repository at this point in the history
…#107)

Signed-off-by: Ujjwal Kumar <[email protected]>
  • Loading branch information
ujjwal-ibm authored Nov 21, 2024
1 parent 7461976 commit 5f21a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpcv1/vpc_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -33613,7 +33613,7 @@ func (vpc *VpcV1) UnpublishPrivatePathServiceGatewayWithContext(ctx context.Cont
return
}
func getServiceComponentInfo() *core.ProblemComponent {
return core.NewProblemComponent(DefaultServiceName, "today")
return core.NewProblemComponent(DefaultServiceName, "2024-11-19")
}

// AccountIdentity : Identifies an account by a unique property.
Expand Down

0 comments on commit 5f21a32

Please sign in to comment.