Skip to content

Commit

Permalink
add maturity to instance profile APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekarbvibm committed Nov 28, 2024
1 parent c3daa9f commit ac83f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/github.com/IBM/vpc-go-sdk/vpcv1/vpc_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -5672,6 +5672,7 @@ func (vpc *VpcV1) ListInstanceProfilesWithContext(ctx context.Context, listInsta

builder.AddQuery("version", fmt.Sprint(*vpc.Version))
builder.AddQuery("generation", fmt.Sprint(*vpc.Generation))
builder.AddQuery("maturity", fmt.Sprint("beta"))

request, err := builder.Build()
if err != nil {
Expand Down Expand Up @@ -5744,6 +5745,7 @@ func (vpc *VpcV1) GetInstanceProfileWithContext(ctx context.Context, getInstance

builder.AddQuery("version", fmt.Sprint(*vpc.Version))
builder.AddQuery("generation", fmt.Sprint(*vpc.Generation))
builder.AddQuery("maturity", fmt.Sprint("beta"))

request, err := builder.Build()
if err != nil {
Expand Down

0 comments on commit ac83f6f

Please sign in to comment.