12.4.0 (2022-01-12)
Bugs Fixed
- Fixed a an issue when using
TableEntity.GetDateTime
that resulted in anInvalidOperationException
exception. (#25323) TableClient.GenerateSasUri(...)
does not throw if the client was constructed viaTableServiceClient.GetTableClient(string tableName)
(#25881)TableClient.GenerateSasUri(...)
now generates a Uri with the table name in the path. (#26155)TableClient
andTableServiceClient
constructors taking a connection string now properly parse Cosmos emulator connection strings. (#26326)