Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DisplayName to Product struct #2037

Conversation

modular-magician
Copy link
Collaborator

Add DisplayName to Product struct

In the current ruby code, if display_name is not provided, it will convert the name to the space separated sentence.
For example, it converts BlockchainNodeEngine to Blockchain node engine
https://registry.terraform.io/providers/hashicorp/google/latest/docs

After rewriting the function GetDisplayName with Go, it works a little bit different.
For example, it converts BlockchainNodeEngine to Blockchain Node Engine to match with other display names provided in the yaml files.

Release Note Template for Downstream PRs (will be copied)


Derived from GoogleCloudPlatform/magic-modules#10161

[upstream:3907a64071e2aece0d26ef2e637e401a85ad1411]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician requested a review from a team as a code owner March 11, 2024 19:54
@modular-magician modular-magician requested review from melinath and removed request for a team March 11, 2024 19:54
@modular-magician modular-magician merged commit 3e30afc into GoogleCloudPlatform:main Mar 11, 2024
4 checks passed
Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@modular-magician modular-magician deleted the downstream-pr-3907a64071e2aece0d26ef2e637e401a85ad1411 branch November 18, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant