Skip to content

Commit 3b10cdf

Browse files
authored
chore: fix .repo-metadata.json oddities (#15611)
The same changes are applied in packages and in .librarian/generator-input so that there won't be any extra diffs when these APIs are next generated.
1 parent 7161480 commit 3b10cdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.librarian/generator-input/packages/google-analytics-data/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"client_documentation": "https://googleapis.dev/python/analyticsdata/latest",
66
"default_version": "v1beta",
77
"distribution_name": "google-analytics-data",
8-
"issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20",
8+
"issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400",
99
"language": "python",
1010
"library_type": "GAPIC_AUTO",
1111
"name": "analyticsdata",

.librarian/generator-input/packages/google-cloud-memcache/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"library_type": "GAPIC_AUTO",
1111
"name": "memcache",
1212
"name_pretty": "Cloud Memorystore for Memcached",
13-
"product_documentation": "cloud.google.com/memorystore/docs/memcached/",
13+
"product_documentation": "https://cloud.google.com/memorystore/docs/memcached/",
1414
"release_level": "stable",
1515
"repo": "googleapis/google-cloud-python"
1616
}

packages/google-analytics-data/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"client_documentation": "https://googleapis.dev/python/analyticsdata/latest",
66
"default_version": "v1beta",
77
"distribution_name": "google-analytics-data",
8-
"issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20",
8+
"issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400",
99
"language": "python",
1010
"library_type": "GAPIC_AUTO",
1111
"name": "analyticsdata",

packages/google-cloud-memcache/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"library_type": "GAPIC_AUTO",
1111
"name": "memcache",
1212
"name_pretty": "Cloud Memorystore for Memcached",
13-
"product_documentation": "cloud.google.com/memorystore/docs/memcached/",
13+
"product_documentation": "https://cloud.google.com/memorystore/docs/memcached/",
1414
"release_level": "stable",
1515
"repo": "googleapis/google-cloud-python"
1616
}

0 commit comments

Comments
 (0)