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

Python property names should be snake case #3525

Closed
samwelkanda opened this issue Oct 19, 2023 · 0 comments · Fixed by #3524
Closed

Python property names should be snake case #3525

samwelkanda opened this issue Oct 19, 2023 · 0 comments · Fixed by #3524
Assignees
Labels
Python type:bug A broken experience WIP
Milestone

Comments

@samwelkanda
Copy link
Contributor

samwelkanda commented Oct 19, 2023

After recent changes to consolidate naming in refiners, some python properties are not conforming to snake case naming convention e.g BackingStore, OdataType

@dataclass
class PublishPostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
    # Stores model information.
    BackingStore: BackingStore = field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python type:bug A broken experience WIP
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants