Skip to content

Commit

Permalink
chore: adjust assuredworkload yaml file name (#6160)
Browse files Browse the repository at this point in the history
Similar reasons to googleapis/go-genproto#824
  • Loading branch information
codyoss committed Jun 14, 2022
1 parent 4134941 commit 79c47a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
Pkg: "assuredworkloads",
ImportPath: "cloud.google.com/go/assuredworkloads/apiv1beta1",
GRPCServiceConfigPath: "assuredworkloads_grpc_service_config.json",
ApiServiceConfigPath: "assuredworkloads_v1beta1.yaml",
ApiServiceConfigPath: "assuredworkloads.yaml",
ReleaseLevel: "beta",
},
{
Expand Down

0 comments on commit 79c47a7

Please sign in to comment.