From b8c15e269436e238105b63870c605fe30cb6ad49 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 1 Oct 2021 12:17:53 -0400 Subject: [PATCH 1/2] chore: add default_version and codeowner_team to .repo-metadata.json --- .repo-metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 9710bca..cd5ef43 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,5 +9,7 @@ "library_type": "GAPIC_AUTO", "repo": "googleapis/python-functions", "distribution_name": "google-cloud-functions", - "api_id": "cloudfunctions.googleapis.com" - } \ No newline at end of file + "api_id": "cloudfunctions.googleapis.com", + "default_version": "", + "codeowner_team": "" +} From cac39db8eb18b3d32da7444b666bb6c949659b0b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Oct 2021 12:10:38 -0400 Subject: [PATCH 2/2] update default_version --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index cd5ef43..f18ffad 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -10,6 +10,6 @@ "repo": "googleapis/python-functions", "distribution_name": "google-cloud-functions", "api_id": "cloudfunctions.googleapis.com", - "default_version": "", + "default_version": "v1", "codeowner_team": "" }