Skip to content

Azure.Data.Tables_12.0.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Jun 17:48
1ddf6de

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 a NullReferenceException if the client was constructed with the TableClient(string connectionString, string tableName, TableClientOptions options) constructor.