Skip to content

Commit

Permalink
chore: add default_version to .repo-metadata.json (#124)
Browse files Browse the repository at this point in the history
* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version
  • Loading branch information
parthea authored Oct 4, 2021
1 parent e25af0f commit 93aa7d6
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions packages/google-cloud-compute/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "compute",
"name_pretty": "Compute Engine",
"product_documentation": "https://cloud.google.com/compute/",
"client_documentation": "https://googleapis.dev/python/compute/latest",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
"release_level": "alpha",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-compute",
"distribution_name": "google-cloud-compute",
"api_id": "compute.googleapis.com",
"codeowner_team": "@googleapis/actools"
"name": "compute",
"name_pretty": "Compute Engine",
"product_documentation": "https://cloud.google.com/compute/",
"client_documentation": "https://googleapis.dev/python/compute/latest",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
"release_level": "alpha",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-compute",
"distribution_name": "google-cloud-compute",
"api_id": "compute.googleapis.com",
"codeowner_team": "@googleapis/actools",
"default_version": "v1"
}

0 comments on commit 93aa7d6

Please sign in to comment.