Skip to content

Document snake_case to camelCase conversion for Python components #14882

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

julienp
Copy link
Contributor

@julienp julienp commented Apr 29, 2025

Proposed changes

When authoring a component in Python, its properties will be converted from snake_case to camelCase in the schema.

Related issues (optional)

Fixes #14881

When authoring a component in Python, its properties will be converted from `snake_case` to `camelCase` in the schema.

Fixes #14881
@julienp
Copy link
Contributor Author

julienp commented Apr 29, 2025

I am not sure where to best place this information. I added it to the arguments section since that's where this issue first shows up, and it has a handy example with index_content.

@pulumi-bot
Copy link
Collaborator

@julienp julienp merged commit 95c47dc into master Apr 30, 2025
10 checks passed
@julienp julienp deleted the julienp/casing branch April 30, 2025 08:10
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.

Document snake_case to camelCase conversion for Python components
3 participants