12.0.1 (2021-06-10)
Key Bugs Fixed
- Fixed an issue which would result in calls to
TableClient.Delete
,TableClient.DeleteAsync
,TableClient.DeleteEntity
,TableClient.DeleteEntityAsync
throwing aNullReferenceException
if the client was constructed with theTableClient(string connectionString, string tableName, TableClientOptions options)
constructor.