Azure SDK for .NET (June 2022)
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,Cancelcalls won’t overwrite the response fromGetRawResponseanymore.
Breaking Changes
- Renamed type StorageInputTypetoStorageInputUriKind.
- Renamed property StorageTypetoStorageUriKindinDocumentTranslationInput.
- Renamed parameter asctoascendinginTranslationFilterOrderconstructor.
- The following properties inside of the DocumentTranslationOperationclass will throw anInvalidOperationExceptionif 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 categoryIdto theDocumentTranslationInput.AddTarget.
- Added property Ascendingto typeDocumentFilterOrderandTranslationFilterOrder.
- DocumentTranslationAudiencehas 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 Kindproperty to theDocumentPageclass.
- Added the Paragraphsproperty to theAnalyzeResultclass. This property holds information about the paragraphs extracted from the input documents.
- Added DocumentAnalysisClientintegration for ASP.NET Core (#27123).
Breaking Changes
- In the DocumentAnalysisnamespace, renamedBoundingBoxmodel and properties toBoundingPolygon. 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 DocumentEntityclass and related properties have been removed from the SDK.
- Renamed DocumentModelAdministrationClient.StartCopyModelmethods toStartCopyModelTo.
- Made DocumentSpanastructinstead of aclass.
- In AccountProperties, renamedCountandLimittoDocumentModelCountandDocumentModelLimit.
- In DocumentPage, propertiesAngle,Height,Unit, andWidthwere made nullable.
- In DocumentTableCell, propertiesKind,RowSpan, andColumnSpanare not nullable anymore.
- In DocumentLanguage, renamed propertyLanguageCodetoLocale.
- In the method DocumentModelAdministrationClient.StartCreateComposedModel, renamed parametermodelIdstocomponentModelIds.
- The DocumentAnalysisClientandDocumentModelAdministrationClientnow target the service version2022-06-30-preview, so they don’t support2020-01-30-previewanymore.
- DocumentAnalysisModelFactory.DocumentPagehas a new- kindparameter.
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 ProcessorReceiveActionsin the event of the user message handler throwing an exception.
Service Bus 7.9.0-beta.1 Changelog
Bugs Fixed
- Updated behavior of ServiceBusSessionReceiver.IsClosedto returntrueif the underlying link was closed.
Features Added
- Added ServiceBusRuleManagerfor managing rules.
Tables 12.6.0 Changelog
Bugs Fixed
- Fixed an issue that caused TableEntity.GetBinaryDatato return incorrectly formatted data for binary entity properties. (#29029)
Text Analytics 5.2.0-beta.3 Changelog
Breaking Changes
- Enum EntityCategory.IPAddressnow uses the underlying stringIPAddressvalue instead ofIPto 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,Cancelcalls won’t overwrite the response fromGetRawResponseanymore. PR 28375
Features Added
- Added keyword argument FhirVersiontoAnalyzeHealthcareEntitiesOptions. Use the keyword to indicate the version for the propertyAnalyzeHealthcareEntitiesResult.FhirBundlethat represents a FHIR compatible object for consumption in other Healthcare tools.
- Added property FhirBundletoAnalyzeHealthcareEntitiesResult.
WebJobs Extensions - Service Bus 5.5.0 Changelog
Bugs Fixed
- Updated dependency on Azure.Messaging.ServiceBusto 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.