Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-evaluation_1.6.0

05 May 22:22
659ceb1
Compare
Choose a tag to compare

1.6.0 (2025-05-07)

Features Added

  • New <evaluator>.binary_aggregate field added to evaluation result metrics. This field contains the aggregated binary evaluation results for each evaluator, providing a summary of the evaluation outcomes.
  • Added support for Azure Open AI evaluation via 4 new 'grader' classes, which serve as wrappers around Azure Open AI grader configurations. These new grader objects can be supplied to the main evaluate method as if they were normal callable evaluators. The new classes are:
    • AzureOpenAIGrader (general class for experienced users)
    • AzureOpenAILabelGrader
    • AzureOpenAIStringCheckGrader
    • AzureOpenAITextSimilarityGrader

Breaking Changes

  • In the experimental RedTeam's scan method, the data_only param has been replaced with skip_evals and if you do not want data to be uploaded, use the skip_upload flag.

Bugs Fixed

  • Fixed error in evaluate where data fields could not contain numeric characters. Previously, a data file with schema:
    "query1": "some query", "response": "some response"
    
    throws error when passed into evaluator_config as {"evaluator_name": {"column_mapping": {"query": "${data.query1}", "response": "${data.response}"}},}.
    Now, users may import data containing fields with numeric characters.

azure-core_1.34.0

01 May 23:13
3487e95
Compare
Choose a tag to compare

1.34.0 (2025-05-01)

Features Added

  • Added a set_span_error_status method to the OpenTelemetryTracer class. This method allows users to set the status of a span to ERROR after it has been created. #40703

Other Changes

  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.

azure-mgmt-workloadssapvirtualinstance_1.0.0

30 Apr 07:45
b484b70
Compare
Choose a tag to compare

1.0.0 (2025-04-30)

Features Added

  • Added operation SAPApplicationServerInstancesOperations.begin_start
  • Added operation SAPApplicationServerInstancesOperations.begin_stop
  • Added operation SAPDatabaseInstancesOperations.begin_start
  • Added operation SAPDatabaseInstancesOperations.begin_stop
  • Added operation SAPVirtualInstancesOperations.get_availability_zone_details
  • Added operation SAPVirtualInstancesOperations.get_disk_configurations
  • Added operation SAPVirtualInstancesOperations.get_sap_supported_sku
  • Added operation SAPVirtualInstancesOperations.get_sizing_recommendations
  • Added operation group SAPCentralServerInstancesOperations
  • Model OperationStatusResult has a new parameter resource_id

Breaking Changes

  • Operation SAPApplicationServerInstancesOperations.begin_create has a new required parameter resource
  • Operation SAPApplicationServerInstancesOperations.begin_create no longer has parameter body
  • Operation SAPApplicationServerInstancesOperations.update has a new required parameter properties
  • Operation SAPApplicationServerInstancesOperations.update no longer has parameter body
  • Operation SAPDatabaseInstancesOperations.begin_create has a new required parameter resource
  • Operation SAPDatabaseInstancesOperations.begin_create no longer has parameter body
  • Operation SAPDatabaseInstancesOperations.update has a new required parameter properties
  • Operation SAPDatabaseInstancesOperations.update no longer has parameter body
  • Operation SAPVirtualInstancesOperations.begin_create has a new required parameter resource
  • Operation SAPVirtualInstancesOperations.begin_create no longer has parameter body
  • Operation SAPVirtualInstancesOperations.begin_update has a new required parameter properties
  • Operation SAPVirtualInstancesOperations.begin_update no longer has parameter body
  • Removed operation SAPApplicationServerInstancesOperations.begin_start_instance
  • Removed operation SAPApplicationServerInstancesOperations.begin_stop_instance
  • Removed operation SAPDatabaseInstancesOperations.begin_start_instance
  • Removed operation SAPDatabaseInstancesOperations.begin_stop_instance
  • Removed operation group SAPCentralInstancesOperations
  • Removed operation group WorkloadsSapVirtualInstanceMgmtClientOperationsMixin

azure-cosmos_4.11.0b1

30 Apr 20:25
8e61a00
Compare
Choose a tag to compare
azure-cosmos_4.11.0b1 Pre-release
Pre-release

4.11.0b1 (2025-04-30)

Features Added

  • Added ability to set throughput_bucket header at the client level and for all requests. See PR 40340.
  • Added ability to use Filters from Logging module on Diagnostics Logging based on Http request/response related attributes. See PR 39897.
  • Added ability to use excluded_locations on client level and document API request level. See PR 40298

Bugs Fixed

  • Fixed bug where change feed requests would not respect the partition key filter. See PR 40677.
  • Fixed how the environment variables in the sdk are parsed. See PR 40303.
  • Fixed health check to check the first write region when it is not specified in the preferred regions. See PR 40588.
  • Fixed response_hook not getting called for aggregate queries. See PR 40696.
  • Fixed bug where writes were being retried for 5xx status codes for patch and replace. See PR 40672.

Other Changes

  • Optimized Diagnostics Logging by reducing time spent on logging. Logged Errors are more readable and formatted. See PR 39897.
  • Health checks are now done concurrently and for all regions for async apis. See PR 40588.

azure-mgmt-containerregistry_14.0.0

29 Apr 03:24
0b80655
Compare
Choose a tag to compare

14.0.0 (2025-04-27)

Breaking Changes

  • Model Policies no longer has parameter soft_delete_policy
  • Model Registry no longer has parameter auto_generated_domain_name_label_scope
  • Model Registry no longer has parameter metadata_search
  • Model Registry no longer has parameter role_assignment_mode
  • Model RegistryNameCheckRequest no longer has parameter auto_generated_domain_name_label_scope
  • Model RegistryNameCheckRequest no longer has parameter resource_group_name
  • Model RegistryNameStatus no longer has parameter available_login_server_name
  • Model RegistryUpdateParameters no longer has parameter metadata_search
  • Model RegistryUpdateParameters no longer has parameter role_assignment_mode
  • Removed operation RegistriesOperations.get_build_source_upload_url
  • Removed operation RegistriesOperations.schedule_run

azure-appconfiguration-provider_2.1.0

28 Apr 18:44
98a16f6
Compare
Choose a tag to compare

2.1.0 (2025-04-28)

Features Added

  • Added AllocationId to the feature flag telemetry metadata when the feature flag has telemetry enabled.

azure-ai-ml_1.26.5

29 Apr 03:39
fc26f88
Compare
Choose a tag to compare

1.26.5 (2025-04-28)

Features Added

  • Added Target storage connection for capability host.

azure-mgmt-durabletask_1.0.0b2

29 Apr 01:44
abdb8e0
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2025-04-24)

Features Added

  • Client DurableTaskMgmtClient added operation group retention_policies
  • Added enum PurgeableOrchestrationState
  • Added model RetentionPolicy
  • Added model RetentionPolicyDetails
  • Added model RetentionPolicyProperties
  • Added operation group RetentionPoliciesOperations

azure-mgmt-recoveryservicessiterecovery_1.3.0

23 Apr 06:51
3be08f1
Compare
Choose a tag to compare

1.3.0 (2025-04-23)

Features Added

  • Added operation ReplicationProtectionContainersOperations.begin_switch_cluster_protection
  • Added operation group ClusterRecoveryPointOperations
  • Added operation group ClusterRecoveryPointsOperations
  • Added operation group ReplicationProtectionClustersOperations
  • Model A2AEnableProtectionInput has a new parameter protection_cluster_id
  • Model A2AReplicationDetails has a new parameter is_cluster_infra_ready
  • Model A2AReplicationDetails has a new parameter protection_cluster_id
  • Model HyperVReplicaAzureDiskInputDetails has a new parameter sector_size_in_bytes
  • Model HyperVReplicaAzureEnableProtectionInput has a new parameter linux_license_type
  • Model HyperVReplicaAzureEnableProtectionInput has a new parameter target_vm_security_profile
  • Model HyperVReplicaAzureEnableProtectionInput has a new parameter user_selected_os_name
  • Model HyperVReplicaAzureManagedDiskDetails has a new parameter sector_size_in_bytes
  • Model HyperVReplicaAzureManagedDiskDetails has a new parameter target_disk_account_type
  • Model HyperVReplicaAzureReplicationDetails has a new parameter linux_license_type
  • Model HyperVReplicaAzureReplicationDetails has a new parameter target_vm_security_profile
  • Model HyperVReplicaAzureUpdateReplicationProtectedItemInput has a new parameter linux_license_type
  • Model HyperVReplicaAzureUpdateReplicationProtectedItemInput has a new parameter user_selected_os_name
  • Model InMageRcmDiskInput has a new parameter sector_size_in_bytes
  • Model InMageRcmDisksDefaultInput has a new parameter sector_size_in_bytes
  • Model InMageRcmEnableProtectionInput has a new parameter linux_license_type
  • Model InMageRcmEnableProtectionInput has a new parameter seed_managed_disk_tags
  • Model InMageRcmEnableProtectionInput has a new parameter sql_server_license_type
  • Model InMageRcmEnableProtectionInput has a new parameter target_managed_disk_tags
  • Model InMageRcmEnableProtectionInput has a new parameter target_nic_tags
  • Model InMageRcmEnableProtectionInput has a new parameter target_vm_security_profile
  • Model InMageRcmEnableProtectionInput has a new parameter target_vm_tags
  • Model InMageRcmEnableProtectionInput has a new parameter user_selected_os_name
  • Model InMageRcmNicDetails has a new parameter target_nic_name
  • Model InMageRcmNicInput has a new parameter target_nic_name
  • Model InMageRcmProtectedDiskDetails has a new parameter custom_target_disk_name
  • Model InMageRcmProtectedDiskDetails has a new parameter disk_state
  • Model InMageRcmProtectedDiskDetails has a new parameter sector_size_in_bytes
  • Model InMageRcmReplicationDetails has a new parameter linux_license_type
  • Model InMageRcmReplicationDetails has a new parameter os_name
  • Model InMageRcmReplicationDetails has a new parameter seed_managed_disk_tags
  • Model InMageRcmReplicationDetails has a new parameter sql_server_license_type
  • Model InMageRcmReplicationDetails has a new parameter supported_os_versions
  • Model InMageRcmReplicationDetails has a new parameter target_managed_disk_tags
  • Model InMageRcmReplicationDetails has a new parameter target_nic_tags
  • Model InMageRcmReplicationDetails has a new parameter target_vm_security_profile
  • Model InMageRcmReplicationDetails has a new parameter target_vm_tags
  • Model InMageRcmReplicationDetails has a new parameter unprotected_disks
  • Model InMageRcmTestFailoverInput has a new parameter os_upgrade_version
  • Model InMageRcmUnplannedFailoverInput has a new parameter os_upgrade_version
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter linux_license_type
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter sql_server_license_type
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter target_managed_disk_tags
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter target_nic_tags
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter target_vm_tags
  • Model InMageRcmUpdateReplicationProtectedItemInput has a new parameter user_selected_os_name
  • Model OSDetails has a new parameter user_selected_os_name
  • Model VMwareCbtDiskInput has a new parameter sector_size_in_bytes
  • Model VMwareCbtEnableMigrationInput has a new parameter linux_license_type
  • Model VMwareCbtEnableMigrationInput has a new parameter user_selected_os_name
  • Model VMwareCbtMigrateInput has a new parameter post_migration_steps
  • Model VMwareCbtMigrationDetails has a new parameter linux_license_type
  • Model VMwareCbtProtectedDiskDetails has a new parameter sector_size_in_bytes
  • Model VMwareCbtTestMigrateInput has a new parameter post_migration_steps
  • Model VMwareCbtUpdateMigrationItemInput has a new parameter linux_license_type
  • Model VMwareCbtUpdateMigrationItemInput has a new parameter user_selected_os_name

azure-ai-ml_1.26.4

23 Apr 06:36
9793f88
Compare
Choose a tag to compare

1.26.4 (2025-04-23)

Other Changes

  • Restrict major version auto updates for external dependencies to ensure stability and prevent build failures for breaking changes.