The Azure SDK team is pleased to announce our June 2022 client library releases.

19 packages released this month.

Stable Packages (5)

  • Document Translation

  • Resource Management - Core

  • Resource Management - Resources

  • Tables

  • WebJobs Extensions - Service Bus

Patch Updates (2)

  • Service Bus

  • WebJobs Extensions - Service Bus

Beta Packages (12)

  • Dynatrace

  • Form Recognizer

  • IotCentral

  • Machine Learning

  • Resource Management - Azure Stack HCI

  • Resource Management - Communication

  • Resource Management - Container Apps

  • Resource Management - Service Linker

  • Resource Management - Sql

  • Resource Management - Storage

  • Service Bus

  • Text Analytics

Release highlights

Document Translation 1.0.0 Changelog

Bugs Fixed

  • In DocumentTranslationOperation, Cancel calls won’t overwrite the response from GetRawResponse anymore.

Breaking Changes

  • Renamed type StorageInputType to StorageInputUriKind.
  • Renamed property StorageType to StorageUriKind in DocumentTranslationInput.
  • Renamed parameter asc to ascending in TranslationFilterOrder constructor.
  • The following properties inside of the DocumentTranslationOperation class will throw an InvalidOperationException if they are accessed and the LRO hasn’t made a request to the service:
  • CreatedOn
  • DocumentsCanceled
  • DocumentsFailed
  • DocumentsInProgress
  • DocumentsNotStarted
  • DocumentsSucceeded
  • DocumentsTotal
  • LastModified
  • Status

Features Added

  • Added optional parameter categoryId to the DocumentTranslationInput.AddTarget.
  • Added property Ascending to type DocumentFilterOrder and TranslationFilterOrder.
  • DocumentTranslationAudience has been added to allow the user to select the Azure cloud where the resource is located.

Dynatrace 1.0.0-beta.1 Changelog

Form Recognizer 4.0.0-beta.4 Changelog

Features Added

  • Added Kind property to the DocumentPage class.
  • Added the Paragraphs property to the AnalyzeResult class. This property holds information about the paragraphs extracted from the input documents.
  • Added DocumentAnalysisClient integration for ASP.NET Core (#27123).

Breaking Changes

  • In the DocumentAnalysis namespace, renamed BoundingBox model and properties to BoundingPolygon. It will eventually be able to include more points to better fit the borders of a document element.
  • Removed the support for analyzing entities. The DocumentEntity class and related properties have been removed from the SDK.
  • Renamed DocumentModelAdministrationClient.StartCopyModel methods to StartCopyModelTo.
  • Made DocumentSpan a struct instead of a class.
  • In AccountProperties, renamed Count and Limit to DocumentModelCount and DocumentModelLimit.
  • In DocumentPage, properties Angle, Height, Unit, and Width were made nullable.
  • In DocumentTableCell, properties Kind, RowSpan, and ColumnSpan are not nullable anymore.
  • In DocumentLanguage, renamed property LanguageCode to Locale.
  • In the method DocumentModelAdministrationClient.StartCreateComposedModel, renamed parameter modelIds to componentModelIds.
  • The DocumentAnalysisClient and DocumentModelAdministrationClient now target the service version 2022-06-30-preview, so they don’t support 2020-01-30-preview anymore.
  • DocumentAnalysisModelFactory.DocumentPage has a new kind parameter.

IotCentral 1.0.0-beta.1 Changelog

Machine Learning 1.0.0-beta.1 Changelog

Resource Management - Azure Stack HCI 1.0.0-beta.4 Changelog

Resource Management - Communication 1.1.0-beta.4 Changelog

Resource Management - Container Apps 1.0.0-beta.1 Changelog

Resource Management - Core 1.1.0 Changelog

Resource Management - Resources 1.1.0 Changelog

Resource Management - Service Linker 1.0.0-beta.1 Changelog

Resource Management - Sql 1.0.0-beta.5 Changelog

Resource Management - Storage 1.0.0-beta.9 Changelog

Service Bus 7.8.1 Changelog

Bugs Fixed

  • Fixed issue that could result in the message lock renewal not being cancelled if the user message handler threw an exception.
  • Abandon messages that are received from the ProcessorReceiveActions in the event of the user message handler throwing an exception.

Service Bus 7.9.0-beta.1 Changelog

Bugs Fixed

  • Updated behavior of ServiceBusSessionReceiver.IsClosed to return true if the underlying link was closed.

Features Added

  • Added ServiceBusRuleManager for managing rules.

Tables 12.6.0 Changelog

Bugs Fixed

  • Fixed an issue that caused TableEntity.GetBinaryData to return incorrectly formatted data for binary entity properties. (#29029)

Text Analytics 5.2.0-beta.3 Changelog

Breaking Changes

  • Enum EntityCategory.IPAddress now uses the underlying string IPAddress value instead of IP to align with the Text Analytics service behavior.

Bugs Fixed

  • Long-Running operation rehydration has been patched to stop throwing a NullReferenceException. Issue 24692.
  • TextAnalyticsAudience has been added to allow the user to select the Azure cloud where the resource is located. Issue 18520.
  • In AnalyzeHealthcareEntitiesOperation, Cancel calls won’t overwrite the response from GetRawResponse anymore. PR 28375

Features Added

  • Added keyword argument FhirVersion to AnalyzeHealthcareEntitiesOptions. Use the keyword to indicate the version for the property AnalyzeHealthcareEntitiesResult.FhirBundle that represents a FHIR compatible object for consumption in other Healthcare tools.
  • Added property FhirBundle to AnalyzeHealthcareEntitiesResult.

WebJobs Extensions - Service Bus 5.5.0 Changelog

Bugs Fixed

  • Updated dependency on Azure.Messaging.ServiceBus to benefit from bug fix.
  • Messages will now be abandoned if the function invocation throws for multiple dispatch functions. This was already the behavior for single dispatch functions.

WebJobs Extensions - Service Bus 5.5.1 Changelog

Bugs Fixed

  • Fixed race condition when starting up function app.

Latest Releases

View all the latest versions of .NET packages here.

Installation Instructions

To install any of our packages, please search for them via Manage NuGet Packages... in Visual Studio (with Include prerelease checked) or copy these commands into your terminal:

$> dotnet add package Azure.AI.FormRecognizer --version 4.0.0-beta.4
$> dotnet add package Azure.AI.TextAnalytics --version 5.2.0-beta.3
$> dotnet add package Azure.AI.Translation.Document --version 1.0.0
$> dotnet add package Azure.Data.Tables --version 12.6.0
$> dotnet add package Azure.Messaging.ServiceBus --version 7.8.1
$> dotnet add package Azure.Messaging.ServiceBus --version 7.9.0-beta.1
$> dotnet add package Azure.ResourceManager --version 1.1.0
$> dotnet add package Azure.ResourceManager.Applications.Containers --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Communication --version 1.1.0-beta.4
$> dotnet add package Azure.ResourceManager.Dynatrace --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Hci --version 1.0.0-beta.4
$> dotnet add package Azure.ResourceManager.IotCentral --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.MachineLearning --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Resources --version 1.1.0
$> dotnet add package Azure.ResourceManager.ServiceLinker --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Sql --version 1.0.0-beta.5
$> dotnet add package Azure.ResourceManager.Storage --version 1.0.0-beta.9
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.ServiceBus --version 5.5.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.ServiceBus --version 5.5.1

Feedback

If you have a bug or feature request for one of the libraries, please file an issue in our repo.