Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-networkcloud_2.1.0b1

21 Apr 04:16
a8f4b0f
Compare
Choose a tag to compare
Pre-release

2.1.0b1 (2025-04-21)

Features Added

  • Model Cluster added property analytics_output_settings
  • Model Cluster added property secret_archive_settings
  • Model Cluster added property vulnerability_scanning_settings
  • Model ClusterPatchParameters added property analytics_output_settings
  • Model ClusterPatchParameters added property secret_archive_settings
  • Model ClusterPatchParameters added property vulnerability_scanning_settings
  • Enum OsDiskCreateOption added member PERSISTENT
  • Enum StorageApplianceDetailedStatus added member DEGRADED
  • Model VirtualMachine added property console_extended_location
  • Enum VirtualMachineDeviceModelType added member T3
  • Added model AnalyticsOutputSettings
  • Added model SecretArchiveSettings
  • Added model VulnerabilityScanningSettings
  • Added enum VulnerabilityScanningSettingsContainerScan
  • Added model VulnerabilityScanningSettingsPatch

azure-mgmt-elasticsan_1.2.0b2

21 Apr 04:16
2f8f325
Compare
Choose a tag to compare
Pre-release

1.2.0b2 (2025-04-21)

Features Added

  • Client ElasticSanMgmtClient added method begin_restore_volume
  • Model ElasticSanMgmtClient added property url
  • Enum ProvisioningStates added member DELETED
  • Enum ProvisioningStates added member RESTORING
  • Enum ProvisioningStates added member SOFT_DELETING
  • Model VolumeGroupProperties added property delete_retention_policy
  • Model VolumeGroupUpdateProperties added property delete_retention_policy
  • Added model DeleteRetentionPolicy
  • Added enum DeleteType
  • Added model DiskSnapshotList
  • Added enum PolicyState
  • Added model PreValidationResponse
  • Added model VolumeNameList
  • Added enum XMsAccessSoftDeletedResources
  • Operation group VolumesOperations added method begin_pre_backup
  • Operation group VolumesOperations added method begin_pre_restore
  • Added operation group ElasticSanMgmtClientOperationsMixin

azure-monitor-opentelemetry_1.6.8

17 Apr 17:37
584dcdc
Compare
Choose a tag to compare

1.6.8 (2025-04-17)

Bugs Fixed

  • Pin OTel before breaking change.
    (#40529)

azure-mgmt-recoveryservicesbackup_9.2.0

17 Apr 08:11
e8ab016
Compare
Choose a tag to compare

9.2.0 (2025-04-17)

Features Added

  • Model AzureFileShareRecoveryPoint added property recovery_point_tier_details
  • Model AzureIaaSClassicComputeVMProtectedItem added property policy_type
  • Model AzureIaaSComputeVMProtectedItem added property policy_type
  • Model AzureIaaSVMProtectedItem added property policy_type
  • Model AzureStorageContainer added property operation_type
  • Enum OperationType added member REHYDRATE
  • Added model AzureVmWorkloadSAPAseDatabaseProtectableItem
  • Added model AzureWorkloadSAPAsePointInTimeRecoveryPoint
  • Added model AzureWorkloadSAPAsePointInTimeRestoreRequest
  • Added model AzureWorkloadSAPAseRecoveryPoint
  • Added model AzureWorkloadSAPAseRestoreRequest

azure-appconfiguration-provider_2.0.2

18 Apr 16:56
2950679
Compare
Choose a tag to compare

2.0.2 (2025-04-17)

Other Changes

  • Updates telemetry for JSON usage.

azure-ai-ml_1.26.3

17 Apr 15:15
fd487b8
Compare
Choose a tag to compare

1.26.3 (2025-04-17)

Bugs Fixed

  • Updated marshmallow dependency to restrict versions
    to >=3.5,<4.0.0 in install_requires to ensure compatibility.

azure-ai-projects_1.0.0b9

16 Apr 23:21
c0d24d3
Compare
Choose a tag to compare
Pre-release

1.0.0b9 (2025-04-16)

Features added

  • Utilities to load prompt template strings and Prompty file content
  • Added BingCustomSearchTool class with sample
  • Added list_threads API to agents namespace
  • Added image input support for agents create_message

Sample updates

  • Added project_client.agents.enable_auto_function_calls(toolset=toolset) to all samples that has toolcalls executed by azure-ai-project SDK
  • New BingCustomSearchTool sample
  • New samples added for image input from url, file and base64

Breaking Changes

Redesigned automatic function calls because agents retrieved by update_agent and get_agent do not support them. With the new design, the toolset parameter in create_agent no longer executes toolcalls automatically during create_and_process_run or create_stream. To retain this behavior, call enable_auto_function_calls without additional changes.

azure-mgmt-containerservice_35.0.0

15 Apr 07:57
fe0fc66
Compare
Choose a tag to compare

35.0.0 (2025-04-14)

Features Added

  • Model ManagedClusterIngressProfileWebAppRouting has a new parameter nginx

Breaking Changes

  • Model LoadBalancer no longer has parameter name_properties_name
  • Operation LoadBalancersOperations.create_or_update has a new required parameter parameters
  • Operation LoadBalancersOperations.create_or_update no longer has parameter allow_service_placement
  • Operation LoadBalancersOperations.create_or_update no longer has parameter name
  • Operation LoadBalancersOperations.create_or_update no longer has parameter node_selector
  • Operation LoadBalancersOperations.create_or_update no longer has parameter primary_agent_pool_name
  • Operation LoadBalancersOperations.create_or_update no longer has parameter service_label_selector
  • Operation LoadBalancersOperations.create_or_update no longer has parameter service_namespace_selector

azure-eventhub_5.15.0

15 Apr 23:13
cf1e8bd
Compare
Choose a tag to compare

5.15.0 (2025-04-15)

Features Added

  • Added support for geo-replication and disaster recovery-enabled Event Hubs. To learn more about geo-replication, refer to this doc. To enable geo-replication on your Dedicated Event Hubs namespace, refer to this guide.
  • Added a class method from_bytes to EventData to create from a message payload of bytes. (#39711)

Bugs Fixed

  • Fixed a bug where service errors were incorrectly required and expected to have info/description fields.
  • Fixed a bug so that the BufferedProducer ThreadPoolExecutor uses one worker per partition. (#38961)

Other Changes

  • Added support for handling a C# DateTime.MinValue timestamp, which is returned by the service as a sentinel for time which is not set.
  • Deprecating uamqp_transport in favor of pyAMQP transport. The uamqp_transport will be removed in the next minor release.
  • Fixed aiohttp websocket library showing a deprecation warning due to an incorrect timeout type (#40429)
  • Dropped support for Python 3.8
  • The following change has been temporarily pulled out and will be added to a future release:
    • Implemented a new websockets library so that using AmqpOverWebsocket no longer requires separate optional dependency installations.

azure-template_0.1.0b4762407

15 Apr 21:01
Compare
Choose a tag to compare
Pre-release

0.1.0b4762407 (2025-04-15)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change