From 37daf9ab677c43c04dcf2976538556a1c8546076 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Oct 2021 11:06:13 -0400 Subject: [PATCH] chore: add default_version and codeowner_team to .repo-metadata.json (#142) * chore: add default_version and codeowner_team to .repo-metadata.json * update default_version --- .../.repo-metadata.json | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/packages/google-cloud-billing-budgets/.repo-metadata.json b/packages/google-cloud-billing-budgets/.repo-metadata.json index 8a69dd80c3ff..14865b4398d6 100644 --- a/packages/google-cloud-billing-budgets/.repo-metadata.json +++ b/packages/google-cloud-billing-budgets/.repo-metadata.json @@ -1,14 +1,16 @@ { - "name": "billingbudgets", - "name_pretty": "Cloud Billing Budget", - "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", - "client_documentation": "https://googleapis.dev/python/billingbudgets/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", - "release_level": "ga", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/python-billingbudgets", - "distribution_name": "google-cloud-billing-budgets", - "api_id": "billingbudgets.googleapis.com", - "requires_billing": true -} \ No newline at end of file + "name": "billingbudgets", + "name_pretty": "Cloud Billing Budget", + "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", + "client_documentation": "https://googleapis.dev/python/billingbudgets/latest", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", + "release_level": "ga", + "language": "python", + "library_type": "GAPIC_AUTO", + "repo": "googleapis/python-billingbudgets", + "distribution_name": "google-cloud-billing-budgets", + "api_id": "billingbudgets.googleapis.com", + "requires_billing": true, + "default_version": "v1", + "codeowner_team": "" +}