Skip to content

Commit

Permalink
chore: add default_version to .repo-metadata.json (#281)
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 2e4955c commit ab9ad7c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packages/google-cloud-dataproc/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "dataproc",
"name_pretty": "Google Cloud Dataproc",
"product_documentation": "https://cloud.google.com/dataproc",
"client_documentation": "https://googleapis.dev/python/dataproc/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dataproc",
"distribution_name": "google-cloud-dataproc",
"api_id": "dataproc.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/api-dataproc"
"name": "dataproc",
"name_pretty": "Google Cloud Dataproc",
"product_documentation": "https://cloud.google.com/dataproc",
"client_documentation": "https://googleapis.dev/python/dataproc/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dataproc",
"distribution_name": "google-cloud-dataproc",
"api_id": "dataproc.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/api-dataproc",
"default_version": "v1"
}

0 comments on commit ab9ad7c

Please sign in to comment.