From f9d3d85b871e5e5172fe256a745299bac28cf1ac Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:31:55 -0600 Subject: [PATCH] chore: fix appengine service config (#3829) The source file was renamed. Referencing this file that no longer exists is currently causing our regen to fail. --- internal/gapicgen/generator/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 69c050d2104a..ef38336c3ab7 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -899,7 +899,7 @@ var microgenGapicConfigs = []*microgenConfig{ inputDirectoryPath: "google/appengine/v1", pkg: "appengine", importPath: "cloud.google.com/go/appengine/apiv1", - apiServiceConfigPath: "google/appengine/v1/appengine.yaml", + apiServiceConfigPath: "google/appengine/v1/appengine_v1.yaml", releaseLevel: "ga", }, {