Skip to content

Commit

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

* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version
  • Loading branch information
parthea authored Oct 5, 2021
1 parent d85ba93 commit e163e7c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions packages/google-cloud-iam/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "iam",
"name_pretty": "Cloud Identity and Access Management",
"product_documentation": "https://cloud.google.com/iam/docs/",
"client_documentation": "https://googleapis.dev/python/iam/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-iam",
"distribution_name": "google-cloud-iam",
"api_id": "iam.googleapis.com"
}
"name": "iam",
"name_pretty": "Cloud Identity and Access Management",
"product_documentation": "https://cloud.google.com/iam/docs/",
"client_documentation": "https://googleapis.dev/python/iam/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-iam",
"distribution_name": "google-cloud-iam",
"api_id": "iam.googleapis.com",
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit e163e7c

Please sign in to comment.