Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.Elastic_1.0.0

26 Dec 05:03
4db4493
Compare
Choose a tag to compare

1.0.0 (2024-12-26)

This package is the first stable release of the Azure Elastic management library.

Features Added

Azure.ResourceManager.CosmosDB_1.4.0-beta.12

26 Dec 11:09
18041ba
Compare
Choose a tag to compare

1.4.0-beta.12 (2024-12-20)

Features Added

Azure.ResourceManager.DevTestLabs_1.1.1

26 Dec 02:37
4b61994
Compare
Choose a tag to compare

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

24 Dec 10:32
4b61994
Compare
Choose a tag to compare

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, and ComputeGalleryPlatformAttribute.
    • Added a new property named IsBlockedDeletionBeforeEndOfLife to GalleryImageVersionSafertyProfile class.
    • Added a new property named StartsAtVersion to GalleryImageFeature class.
    • Added a new property named AllowUpdateImage to GalleryImageData class.
    • Added new properties named ValidationsProfile and EnableRestore to GalleryImageVersionData class.
    • Added a new property named IsRestoreEnabled to GalleryImageVersionPatch class.
    • Added a new property named SecurityUefiSettings to GalleryList class.
    • Added a new property named ScriptBehaviorAfterReboot to UserARtifactSettings class.
    • Added a new property named AdditionalReplicaSets to TargetRegion class.
    • Added a new property named Identity to GalleryData class.
      `

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

20 Dec 02:25
e3602f9
Compare
Choose a tag to compare

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

19 Dec 00:47
01f732e
Compare
Choose a tag to compare

1.0.0 (2024-12-18)

Features Added

Azure.AI.DocumentIntelligence_1.0.0

17 Dec 02:14
a491c56
Compare
Choose a tag to compare

1.0.0 (2024-12-16)

Features Added

  • Added methods GetAnalyzeBatchResult, GetAnalyzeBatchResults, DeleteAnalyzeBatchResult, and DeleteAnalyzeResult to DocumentIntelligenceClient.
  • Added class AnalyzeBatchOperationDetails to be used as the output of the GetAnalyzeBatchResult and GetAnalyzeBatchResults APIs.
  • Added overloads for the AnalyzeDocument API that take only required parameters.
  • Added property ModifiedOn to DocumentModelDetails and to DocumentClassifierDetails.
  • Added member Skipped to DocumentIntelligenceOperationStatus (former OperationStatus).
  • Exposed JsonModelWriteCore for model serialization procedure.

Breaking Changes

  • Replaced the following Content classes with new corresponding Options classes:
    • AnalyzeBatchDocumentsContent to AnalyzeBatchDocumentsOptions.
    • AnalyzeDocumentContent to AnalyzeDocumentOptions.
    • AuthorizeClassifierCopyContent to AuthorizeClassifierCopyOptions.
    • AuthorizeCopyContent to AuthorizeModelCopyOptions.
    • BuildDocumentClassifierContent to BuildClassifierOptions.
    • BuildDocumentModelContent to BuildDocumentModelOptions.
    • ClassifyDocumentContent to ClassifyDocumentOptions.
    • ComposeDocumentModelContent to ComposeModelOptions.
    • Parameters of the AnalyzeBatchDocuments, AnalyzeDocument, and ClassifyDocument methods have been moved into their corresponding Options class.
  • Updated parameter resultId of methods GetAnalyzeResultPdf and GetAnalyzeResultFigure to take a string instead of a Guid.
  • Renamed all occurrences of property UrlSource to UriSource.
  • Renamed all occurrences of properties DocType and DocTypes to DocumentType and DocumentTypes, respectively.
  • In DocumentField, renamed properties Type and ValueLong to FieldType and ValueInt64, respectively.
  • Renamed property Type to FieldType in DocumentFieldSchema.
  • Renamed class AzureBlobContentSource to BlobContentSource.
  • Renamed class AzureBlobFileListContentSource to BlobFileListContentSource.
  • Renamed all occurrences of properties AzureBlobSource and AzureBlobFileListSource to BlobSource and BlobFileListSource, respectively.
  • Renamed all occurrences of property ContainerUrl to ContainerUri.
  • Renamed property ResultContainerUrl to ResultContainerUri in AnalyzeBatchDocumentsContent.
  • Renamed class AnalyzeBatchOperationDetail to AnalyzeBatchResultDetails.
  • In AnalyzeBatchResultDetails (former AnalyzeBatchOperationDetail), renamed properties SourceUrl and ResultUrl to SourceUri and ResultUri, respectively.
  • Removed member Generative from DocumentBuildMode.
  • Renamed member StyleFonts to FontStyling in DocumentAnalysisFeature.
  • In ContentSourceKind, renamed members Url, Base64, AzureBlob, and AzureBlobFileList to Uri, Bytes, Blob, and BlobFileList, respectively.
  • Renamed all occurrences of property ExpirationDateTime to ExpiresOn.
  • Renamed method GetResourceInfo to GetResourceDetails in DocumentIntelligenceAdministrationClient.
  • Renamed class ResourceDetails to DocumentIntelligenceResourceDetails.
  • Renamed type ContentFormat to DocumentContentFormat.
  • Renamed class OperationDetails to DocumentIntelligenceOperationDetails.
  • Renamed class InnerError to DocumentIntelligenceInnerError.
  • Renamed class CopyAuthorization to ModelCopyAuthorization.
  • Renamed type OperationStatus to DocumentIntelligenceOperationStatus.
  • Renamed property Innererror to InnerError in DocumentIntelligenceError.
  • Renamed property InnerErrorObject to InnerError in DocumentIntelligenceInnerError (former class InnerError).
  • Removed member Completed from DocumentIntelligenceOperationStatus (former OperationStatus).
  • Removed type StringIndexType.
  • Removed property StringIndexType in AnalyzeResult.
  • Updated property Fields in AnalyzedDocument to be a DocumentFieldDictionary instead of an IReadOnly<string, DocumentField>.
  • Updated property ValueDictionary in DocumentField to be a DocumentFieldDictionary instead of an IReadOnly<string, DocumentField>.
  • Made type BoundingRegion a struct.
  • Made type DocumentSpan a struct.

Bugs Fixed

  • Fixed a bug where calling Operation.Id would sometimes return an InvalidOperationException with message "The operation ID was not present in the service response.".
  • Calling Operation.Id in an operation returned from the AnalyzeBatchDocuments and ClassifyDocument APIs won't throw a NotSupportedException anymore.

Azure.AI.Projects_1.0.0-beta.2

13 Dec 23:12
e973e67
Compare
Choose a tag to compare
Pre-release

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 to CreateRunRequest, CreateRunAsync, CreateRunStreaming and CreateRunStreamingAsync, which allows parallel tool execution for Agents.

Bugs Fixed

  • Fix a bug preventing additional messages to be created when using CreateRunStreamingAsync and CreateRunAsync see issue.
  • Fixed a bug where an exception would occur when run was not completed due to RAI check fail see issue.

Azure.ResourceManager.Network_1.10.0-beta.1

12 Dec 04:45
45f3d44
Compare
Choose a tag to compare

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 of LoadBalancingRuleData class.
  • Please use the properties in LoadBalancerInboundNatPool.Properties to set the properties of the LoadBalancerInboundNatPool, instead of using those properties at the root level of LoadBalancerInboundNatPool class.
  • Added LoadBalancingRuleProperties which supports AdditionalProperties to send and receive private/internal properties supported by the service.
  • Added LoadBalancerInboundNatPoolProperties which supports AdditionalProperties to send and receive private/internal properties supported by the service.

Azure.ResourceManager.Compute_1.7.0-beta.2

12 Dec 04:45
45f3d44
Compare
Choose a tag to compare

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 of VirtualMachineScaleSetData class.
  • Please use the properties in VirtualMachineScaleSetPatch.Properties to set the properties of the VMSS, instead of using those properties at the root level of VirtualMachineScaleSetPatch class.
  • Added VirtualMachineScaleSetProperties which supports AdditionalProperties to send and receive private/internal properties supported by the service.
  • Added AdditionalProperties to VirtualMachineSizeProperties and VirtualMachineScaleSetUpgradePolicy classes to support private/internal properties supported by the service.