Martin Fritzsche

Results 3 issues of Martin Fritzsche

I am trying to deserialize and validate (`schema().loads`) a dataclass with datetime fields that follow the camel case style (`LetterCase.CAMEL`). **Camel case** fields **without** custom `mm_field` config get validated/deserialized just...

# Description This pull request makes `delete_entity` do the same conversion of all properties of the TableEntity into string as the other methods (via [_add_entity_properties](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py#L189) e.g. `create_entity`, `upsert_entity`) to allow...

customer-reported
Tables

When using `create_entity` or `upsert_entity` and passing a `TableEntity` the SDK takes care of converting the property data types. For example, the `RowKey` could have type `UUID`. See [_add_entity_properties](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/azure/data/tables/_serialize.py#L189). `delete_entity`...

question
Client
customer-reported
Tables