12.7.0-beta.1 (2022-09-06)
Features Added
- Added
TableClient.GetEntityIfNotExists
which will not throw or log an error to telemetry if the specified entity does not exist in the table.
Bugs Fixed
TableClient.CreateIfNotExists
andTableServiceClient.CreateTableIfNotExists
no longer log an error or exception to telemetry when the table already exists (response status 409). (#28084)TableClient.CreateIfNotExists
andTableServiceClient.CreateTableIfNotExists
no longer return null when the table already exists. (#27821)