From c81f369a6a65c05b059b1352670e5524084bf1f5 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 1 Oct 2021 12:17:53 -0400 Subject: [PATCH] chore: add default_version and codeowner_team to .repo-metadata.json --- .repo-metadata.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bc19a55..5085890 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,13 +1,15 @@ { - "name": "dns", - "name_pretty": "Cloud DNS", - "product_documentation": "https://cloud.google.com/dns", - "client_documentation": "https://googleapis.dev/python/dns/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559772", - "release_level": "alpha", - "language": "python", - "library_type": "GAPIC_MANUAL", - "repo": "googleapis/python-dns", - "distribution_name": "google-cloud-dns", - "requires_billing": true -} \ No newline at end of file + "name": "dns", + "name_pretty": "Cloud DNS", + "product_documentation": "https://cloud.google.com/dns", + "client_documentation": "https://googleapis.dev/python/dns/latest", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559772", + "release_level": "alpha", + "language": "python", + "library_type": "GAPIC_MANUAL", + "repo": "googleapis/python-dns", + "distribution_name": "google-cloud-dns", + "requires_billing": true, + "default_version": "", + "codeowner_team": "" +}