From f1156b92b3999357f66fa95c0e25e3f226282eed Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Oct 2021 11:15:10 -0400 Subject: [PATCH] chore: add default_version to .repo-metadata.json (#189) * chore: add default_version and codeowner_team to .repo-metadata.json * update default_version --- .../.repo-metadata.json | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/packages/google-cloud-containeranalysis/.repo-metadata.json b/packages/google-cloud-containeranalysis/.repo-metadata.json index 112250eea2fd..5a6ed1ece7c0 100644 --- a/packages/google-cloud-containeranalysis/.repo-metadata.json +++ b/packages/google-cloud-containeranalysis/.repo-metadata.json @@ -1,15 +1,16 @@ { - "name": "containeranalysis", - "name_pretty": "Cloud Container Analysis", - "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", - "client_documentation": "https://googleapis.dev/python/containeranalysis/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", - "release_level": "ga", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/python-containeranalysis", - "distribution_name": "google-cloud-containeranalysis", - "api_id": "containeranalysis.googleapis.com", - "codeowner_team": "@googleapis/cicd", - "requires_billing": false + "name": "containeranalysis", + "name_pretty": "Cloud Container Analysis", + "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", + "client_documentation": "https://googleapis.dev/python/containeranalysis/latest", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", + "release_level": "ga", + "language": "python", + "library_type": "GAPIC_AUTO", + "repo": "googleapis/python-containeranalysis", + "distribution_name": "google-cloud-containeranalysis", + "api_id": "containeranalysis.googleapis.com", + "codeowner_team": "@googleapis/cicd", + "requires_billing": false, + "default_version": "v1" }