Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.Elastic_1.0.0
1.0.0 (2024-12-26)
This package is the first stable release of the Azure Elastic management library.
Features Added
- Upgraded api-version tag to 'package-2024-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/700bd7b4e10d2bd83672ee56fd6aedcf7e195a06/specification/elastic/resource-manager/readme.md.
Azure.ResourceManager.CosmosDB_1.4.0-beta.12
1.4.0-beta.12 (2024-12-20)
Features Added
- Upgraded api-version tag from 'package-preview-2024-09' to 'package-preview-2024-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/2afa5b356adf6cf51209d2cf28d38644c69d9832/specification/cosmos-db/resource-manager/readme.md.
Azure.ResourceManager.DevTestLabs_1.1.1
1.1.1 (2024-12-24)
Features Added
- Enable the new model serialization by using the System.ClientModel, refer this document for more details.
- Exposed
JsonModelWriteCore
for model serialization procedure.
Azure.ResourceManager.Compute_1.7.0
1.7.0 (2024-12-29)
Features Added
- Upgraded api-version tag from 'package-2024-07-01' to 'package-2024-03-03'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/b09c9ec927456021dc549e111fa2cac3b4b00659/specification/compute/resource-manager/readme.md.
- Added new classes named
GalleryInVmAccessControlProfileCollection
,ComputeGalleryValidationProfile
,GalleryImageExecutedValidation
,AdditionalReplicaSet
,GallerySoftDeleted
,GallerySoftDeletedResourceList
,ComputeGalleryEndpointAccess
,ComputeGalleryEndpointTypes
, andComputeGalleryPlatformAttribute
. - Added a new property named
IsBlockedDeletionBeforeEndOfLife
toGalleryImageVersionSafertyProfile
class. - Added a new property named
StartsAtVersion
toGalleryImageFeature
class. - Added a new property named
AllowUpdateImage
toGalleryImageData
class. - Added new properties named
ValidationsProfile
andEnableRestore
toGalleryImageVersionData
class. - Added a new property named
IsRestoreEnabled
toGalleryImageVersionPatch
class. - Added a new property named
SecurityUefiSettings
toGalleryList
class. - Added a new property named
ScriptBehaviorAfterReboot
toUserARtifactSettings
class. - Added a new property named
AdditionalReplicaSets
toTargetRegion
class. - Added a new property named
Identity
toGalleryData
class.
`
- Added new classes named
Other Changes
- Upgraded Azure.Core from 1.42.0 to 1.44.1
- Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0
Azure.ResourceManager.Redis_1.5.0
1.5.0 (2024-12-18)
Features Added
- Exposed
JsonModelWriteCore
for model serialization procedure. - Adds support for choosing ZonalAllocationPolicy for your Azure Cache for Redis instance.
Azure.ResourceManager.PlaywrightTesting_1.0.0
1.0.0 (2024-12-18)
Features Added
- Upgraded api-version from '2023-10-01-preview' to '2024-12-01'. Spec detail available at https://github.com/Azure/azure-rest-api-specs/tree/c39acac0b3b7ceeee03b594a7b49c9bad6b8e9f2/specification/playwrighttesting/PlaywrightTesting.Management.
- Exposed
JsonModelWriteCore
for model serialization procedure.
Azure.AI.DocumentIntelligence_1.0.0
1.0.0 (2024-12-16)
Features Added
- Added methods
GetAnalyzeBatchResult
,GetAnalyzeBatchResults
,DeleteAnalyzeBatchResult
, andDeleteAnalyzeResult
toDocumentIntelligenceClient
. - Added class
AnalyzeBatchOperationDetails
to be used as the output of theGetAnalyzeBatchResult
andGetAnalyzeBatchResults
APIs. - Added overloads for the
AnalyzeDocument
API that take only required parameters. - Added property
ModifiedOn
toDocumentModelDetails
and toDocumentClassifierDetails
. - Added member
Skipped
toDocumentIntelligenceOperationStatus
(formerOperationStatus
). - Exposed
JsonModelWriteCore
for model serialization procedure.
Breaking Changes
- Replaced the following
Content
classes with new correspondingOptions
classes:AnalyzeBatchDocumentsContent
toAnalyzeBatchDocumentsOptions
.AnalyzeDocumentContent
toAnalyzeDocumentOptions
.AuthorizeClassifierCopyContent
toAuthorizeClassifierCopyOptions
.AuthorizeCopyContent
toAuthorizeModelCopyOptions
.BuildDocumentClassifierContent
toBuildClassifierOptions
.BuildDocumentModelContent
toBuildDocumentModelOptions
.ClassifyDocumentContent
toClassifyDocumentOptions
.ComposeDocumentModelContent
toComposeModelOptions
.- Parameters of the
AnalyzeBatchDocuments
,AnalyzeDocument
, andClassifyDocument
methods have been moved into their correspondingOptions
class.
- Updated parameter
resultId
of methodsGetAnalyzeResultPdf
andGetAnalyzeResultFigure
to take astring
instead of aGuid
. - Renamed all occurrences of property
UrlSource
toUriSource
. - Renamed all occurrences of properties
DocType
andDocTypes
toDocumentType
andDocumentTypes
, respectively. - In
DocumentField
, renamed propertiesType
andValueLong
toFieldType
andValueInt64
, respectively. - Renamed property
Type
toFieldType
inDocumentFieldSchema
. - Renamed class
AzureBlobContentSource
toBlobContentSource
. - Renamed class
AzureBlobFileListContentSource
toBlobFileListContentSource
. - Renamed all occurrences of properties
AzureBlobSource
andAzureBlobFileListSource
toBlobSource
andBlobFileListSource
, respectively. - Renamed all occurrences of property
ContainerUrl
toContainerUri
. - Renamed property
ResultContainerUrl
toResultContainerUri
inAnalyzeBatchDocumentsContent
. - Renamed class
AnalyzeBatchOperationDetail
toAnalyzeBatchResultDetails
. - In
AnalyzeBatchResultDetails
(formerAnalyzeBatchOperationDetail
), renamed propertiesSourceUrl
andResultUrl
toSourceUri
andResultUri
, respectively. - Removed member
Generative
fromDocumentBuildMode
. - Renamed member
StyleFonts
toFontStyling
inDocumentAnalysisFeature
. - In
ContentSourceKind
, renamed membersUrl
,Base64
,AzureBlob
, andAzureBlobFileList
toUri
,Bytes
,Blob
, andBlobFileList
, respectively. - Renamed all occurrences of property
ExpirationDateTime
toExpiresOn
. - Renamed method
GetResourceInfo
toGetResourceDetails
inDocumentIntelligenceAdministrationClient
. - Renamed class
ResourceDetails
toDocumentIntelligenceResourceDetails
. - Renamed type
ContentFormat
toDocumentContentFormat
. - Renamed class
OperationDetails
toDocumentIntelligenceOperationDetails
. - Renamed class
InnerError
toDocumentIntelligenceInnerError
. - Renamed class
CopyAuthorization
toModelCopyAuthorization
. - Renamed type
OperationStatus
toDocumentIntelligenceOperationStatus
. - Renamed property
Innererror
toInnerError
inDocumentIntelligenceError
. - Renamed property
InnerErrorObject
toInnerError
inDocumentIntelligenceInnerError
(former classInnerError
). - Removed member
Completed
fromDocumentIntelligenceOperationStatus
(formerOperationStatus
). - Removed type
StringIndexType
. - Removed property
StringIndexType
inAnalyzeResult
. - Updated property
Fields
inAnalyzedDocument
to be aDocumentFieldDictionary
instead of anIReadOnly<string, DocumentField>
. - Updated property
ValueDictionary
inDocumentField
to be aDocumentFieldDictionary
instead of anIReadOnly<string, DocumentField>
. - Made type
BoundingRegion
astruct
. - Made type
DocumentSpan
astruct
.
Bugs Fixed
- Fixed a bug where calling
Operation.Id
would sometimes return anInvalidOperationException
with message "The operation ID was not present in the service response.". - Calling
Operation.Id
in an operation returned from theAnalyzeBatchDocuments
andClassifyDocument
APIs won't throw aNotSupportedException
anymore.
Azure.AI.Projects_1.0.0-beta.2
1.0.0-beta.2 (2024-12-13)
Features Added
- Added
AzureFunctionToolDefinition
support to inform Agents about Azure Functions. - Added
OpenApiTool
for Agents, which creates and executes a REST function defined by an OpenAPI spec. - Add
parallelToolCalls
parameter toCreateRunRequest
,CreateRunAsync
,CreateRunStreaming
andCreateRunStreamingAsync
, which allows parallel tool execution for Agents.
Bugs Fixed
Azure.ResourceManager.Network_1.10.0-beta.1
1.10.0-beta.1 (2024-12-11)
Features Added
- Exposed
JsonModelWriteCore
for model serialization procedure. - Please use the properties in
LoadBalancingRuleData.Properties
to set the properties of the LoadBalancingRule, instead of using those properties at the root level ofLoadBalancingRuleData
class. - Please use the properties in
LoadBalancerInboundNatPool.Properties
to set the properties of the LoadBalancerInboundNatPool, instead of using those properties at the root level ofLoadBalancerInboundNatPool
class. - Added
LoadBalancingRuleProperties
which supportsAdditionalProperties
to send and receive private/internal properties supported by the service. - Added
LoadBalancerInboundNatPoolProperties
which supportsAdditionalProperties
to send and receive private/internal properties supported by the service.
Azure.ResourceManager.Compute_1.7.0-beta.2
1.7.0-beta.2 (2024-12-11)
Features Added
- Please use the properties in
VirtualMachineScaleSetData.Properties
to set the properties of the VMSS, instead of using those properties at the root level ofVirtualMachineScaleSetData
class. - Please use the properties in
VirtualMachineScaleSetPatch.Properties
to set the properties of the VMSS, instead of using those properties at the root level ofVirtualMachineScaleSetPatch
class. - Added
VirtualMachineScaleSetProperties
which supportsAdditionalProperties
to send and receive private/internal properties supported by the service. - Added
AdditionalProperties
toVirtualMachineSizeProperties
andVirtualMachineScaleSetUpgradePolicy
classes to support private/internal properties supported by the service.