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
,Cancel
calls won’t overwrite the response fromGetRawResponse
anymore.
Breaking Changes
- Renamed type
StorageInputType
toStorageInputUriKind
. - Renamed property
StorageType
toStorageUriKind
inDocumentTranslationInput
. - Renamed parameter
asc
toascending
inTranslationFilterOrder
constructor. - The following properties inside of the
DocumentTranslationOperation
class will throw anInvalidOperationException
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 theDocumentTranslationInput.AddTarget
. - Added property
Ascending
to typeDocumentFilterOrder
andTranslationFilterOrder
. 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 theDocumentPage
class. - Added the
Paragraphs
property to theAnalyzeResult
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, renamedBoundingBox
model 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
DocumentEntity
class and related properties have been removed from the SDK. - Renamed
DocumentModelAdministrationClient.StartCopyModel
methods toStartCopyModelTo
. - Made
DocumentSpan
astruct
instead of aclass
. - In
AccountProperties
, renamedCount
andLimit
toDocumentModelCount
andDocumentModelLimit
. - In
DocumentPage
, propertiesAngle
,Height
,Unit
, andWidth
were made nullable. - In
DocumentTableCell
, propertiesKind
,RowSpan
, andColumnSpan
are not nullable anymore. - In
DocumentLanguage
, renamed propertyLanguageCode
toLocale
. - In the method
DocumentModelAdministrationClient.StartCreateComposedModel
, renamed parametermodelIds
tocomponentModelIds
. - The
DocumentAnalysisClient
andDocumentModelAdministrationClient
now target the service version2022-06-30-preview
, so they don’t support2020-01-30-preview
anymore. DocumentAnalysisModelFactory.DocumentPage
has a newkind
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 returntrue
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 stringIPAddress
value instead ofIP
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 fromGetRawResponse
anymore. PR 28375
Features Added
- Added keyword argument
FhirVersion
toAnalyzeHealthcareEntitiesOptions
. Use the keyword to indicate the version for the propertyAnalyzeHealthcareEntitiesResult.FhirBundle
that represents a FHIR compatible object for consumption in other Healthcare tools. - Added property
FhirBundle
toAnalyzeHealthcareEntitiesResult
.
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.