Skip to content

Commit 183bb51

Browse files
authored
chore(python): update sdk.yaml with non-default release levels (#4850)
The language-default release level is often different to the current Python library release level, as determined by the existing .repo-metadata.json files. The sdk.yaml file is updated to reflect the current state of play in google-cloud-python, so that after migration we still generate the same .repo-metadata.json files. Also adds google/maps/geocode/v4 to the allow-list, as that's now in google-cloud-python. Fixes #4847.
1 parent 538eabf commit 183bb51

File tree

2 files changed

+193
-1
lines changed

2 files changed

+193
-1
lines changed

internal/librarian/python/generate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ func TestCreateRepoMetadata(t *testing.T) {
11201120
NamePretty: "Google Meet",
11211121
ProductDocumentation: "https://developers.google.com/meet/api/guides/overview",
11221122
IssueTracker: "https://issuetracker.google.com/issues/new?component=1216362&template=1766418",
1123-
ReleaseLevel: "stable",
1123+
ReleaseLevel: "preview",
11241124
Language: config.LanguagePython,
11251125
Repo: "googleapis/google-cloud-python",
11261126
DistributionName: "google-apps-meet",

0 commit comments

Comments
 (0)