You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After recent changes to consolidate naming in refiners, some python properties are not conforming to snake case naming convention e.g BackingStore, OdataType
@dataclassclassPublishPostRequestBody(AdditionalDataHolder, BackedModel, Parsable):
# Stores model information.BackingStore: BackingStore=field(default_factory=BackingStoreFactorySingleton(backing_store_factory=None).backing_store_factory.create_backing_store, repr=False)
The text was updated successfully, but these errors were encountered:
After recent changes to consolidate naming in refiners, some python properties are not conforming to snake case naming convention e.g
BackingStore
,OdataType
The text was updated successfully, but these errors were encountered: