Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-containerservice_40.1.0

31 Oct 07:56
98c340b

Choose a tag to compare

40.1.0 (2025-10-31)

Features Added

  • Client ContainerServiceClient added operation group managed_namespaces
  • Model AgentPool added property local_dns_profile
  • Model IstioEgressGateway added property name
  • Model IstioEgressGateway added property namespace
  • Model IstioEgressGateway added property gateway_configuration_name
  • Model ManagedClusterAgentPoolProfile added property local_dns_profile
  • Model ManagedClusterAgentPoolProfileProperties added property local_dns_profile
  • Enum WorkloadRuntime added member KATA_VM_ISOLATION
  • Added enum AdoptionPolicy
  • Added enum DeletePolicy
  • Added enum LocalDNSForwardDestination
  • Added enum LocalDNSForwardPolicy
  • Added enum LocalDNSMode
  • Added model LocalDNSOverride
  • Added model LocalDNSProfile
  • Added enum LocalDNSProtocol
  • Added enum LocalDNSQueryLogging
  • Added enum LocalDNSServeStale
  • Added enum LocalDNSState
  • Added model ManagedNamespace
  • Added model ManagedNamespaceListResult
  • Added model NamespaceProperties
  • Added enum NamespaceProvisioningState
  • Added model NetworkPolicies
  • Added enum PolicyRule
  • Added model ResourceQuota
  • Added operation group ManagedNamespacesOperations

azure-ai-evaluation_1.13.0

31 Oct 16:16
6851a07

Choose a tag to compare

1.13.0 (2025-10-30)

Features Added

  • Updated IndirectAttack risk category for RedTeam to IndirectJailbreak to better reflect its purpose. This change allows users to apply cross-domain prompt injection (XPIA) attack strategies across all risk categories, enabling more comprehensive security testing of AI systems against indirect prompt injection attacks during red teaming.

  • Added TaskAdherence, SensitiveDataLeakage, and ProhibitedActions as cloud-only agent safety risk categories for red teaming.

  • Updated all evaluators' output to be of the following schema:

    • gpt_{evaluator_name}, {evaluator_name}: float score,
    • {evaluator_name}_result: pass/fail based on threshold,
    • {evaluator_name}_reason, {evaluator_name}_threshold
    • {evaluator_name}_prompt_tokens, {evaluator_name}_completion_tokens, {evaluator_name}_total_tokens, {evaluator_name}_finish_reason
    • {evaluator_name}_model: model used for evaluation
    • {evaluator_name}_sample_input, {evaluator_name}_sample_output: input and output used for evaluation

    This change standardizes the output format across all evaluators and follows OTel convention.

Bugs Fixed

  • image_tag parameter in AzureOpenAIPythonGrader is now optional.

azure-servicebus_7.14.3

31 Oct 05:28
732bfba

Choose a tag to compare

7.14.3 (2025-11-11)

Bugs Fixed

  • Fixed a bug where batched messages couldn't be sent to a queue that had session & partitions enabled. (#42598)
  • Fixed a bug in the Service Bus client where the maximum message size negotiation during the AMQP attach frame was handled incorrectly. The client now correctly sends a max message size of 0 (unlimited), allowing the server to apply its internal limit as intended. (#43383)

azure-eventhub_5.15.1

30 Oct 11:26
62bd691

Choose a tag to compare

5.15.1 (2025-11-11)

Bugs Fixed

  • Fixed a bug in the EventHub client where the maximum message size negotiation during the AMQP attach frame was handled incorrectly. The client now correctly sends a max message size of 0 (unlimited), allowing the server to apply its internal limit (20 MB) as intended. (#43462)

azure-mgmt-netapp_14.0.0b4

29 Oct 03:28
0aa5788

Choose a tag to compare

Pre-release

14.0.0b4 (2025-10-24)

Features Added

  • Client NetAppManagementClient added method send_request
  • Model BackupPolicyPatch added property properties
  • Model CapacityPool added property properties
  • Model CapacityPoolPatch added property properties
  • Model NetAppAccount added property properties
  • Model NetAppAccountPatch added property properties
  • Enum NetAppProvisioningState added member CREATING
  • Enum NetAppProvisioningState added member PATCHING
  • Model RegionInfoResource added property properties
  • Enum ReplicationSchedule added member ENUM_10_MINUTELY
  • Model SnapshotPolicyPatch added property properties
  • Model SnapshotPolicyVolumeList added property next_link
  • Model SubvolumeInfo added property properties
  • Model UsageResult added property properties
  • Model VolumeGroupDetails added property properties
  • Model VolumeGroupDetails added property system_data
  • Model VolumeGroupVolumeProperties added property properties
  • Model VolumeQuotaRule added property properties
  • Model VolumeQuotaRulePatch added property properties
  • Added model AccountProperties
  • Added model BackupPatchProperties
  • Added model GetKeyVaultStatusResponseProperties
  • Added model PoolPatchProperties
  • Added model PoolProperties
  • Added model SnapshotPatch
  • Added model SubvolumePatchParams
  • Added model SubvolumeProperties
  • Added model UsageProperties
  • Added enum VolumeBackupRelationshipStatus
  • Added model VolumeGroupListProperties
  • Added model VolumeQuotaRulesProperties
  • Added enum VolumeReplicationRelationshipStatus
  • Added enum VolumeRestoreRelationshipStatus

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model BackupPatch instance variable label has been moved under property properties
  • Model BackupPolicyPatch instance variables backup_policy_id, provisioning_state, daily_backups_to_keep, weekly_backups_to_keep, monthly_backups_to_keep, volumes_assigned, enabled, and volume_backups have been moved under property properties
  • Model CapacityPool instance variables pool_id, size, service_level, provisioning_state, total_throughput_mibps, utilized_throughput_mibps, custom_throughput_mibps, qos_type, cool_access, and encryption_type have been moved under property properties
  • Model CapacityPoolPatch instance variables size, qos_type, cool_access, and custom_throughput_mibps have been moved under property properties
  • Model GetKeyVaultStatusResponse instance variables key_vault_uri, key_name, key_vault_resource_id, and key_vault_private_endpoints have been moved under property properties
  • Model NetAppAccount instance variables provisioning_state, active_directories, encryption, disable_showmount, nfs_v4_id_domain, multi_ad_status, and ldap_configuration have been moved under property properties
  • Model NetAppAccountPatch instance variables provisioning_state, active_directories, encryption, disable_showmount, nfs_v4_id_domain, multi_ad_status, and ldap_configuration have been moved under property properties
  • Deleted or renamed enum value NetAppProvisioningState.CANCELED
  • Deleted or renamed enum value NetAppProvisioningState.PROVISIONING
  • Deleted or renamed enum value NetAppProvisioningState.UPDATING
  • Model RegionInfoResource instance variables storage_to_network_proximity and availability_zone_mappings have been moved under property properties
  • Model SnapshotPolicyPatch instance variables hourly_schedule, daily_schedule, weekly_schedule, monthly_schedule, enabled, and provisioning_state have been moved under property properties
  • Model SubvolumeInfo instance variables path, size, parent_path, and provisioning_state have been moved under property properties
  • Model SubvolumePatchRequest instance variables size and path have been moved under property properties
  • Model UsageResult instance variables current_value, limit, and unit have been moved under property properties
  • Model VolumeGroupDetails instance variables provisioning_state, group_meta_data, and volumes have been moved under property properties
  • Model VolumeGroupVolumeProperties instance variables file_system_id, creation_token, service_level, usage_threshold, export_policy, protocol_types, provisioning_state, snapshot_id, delete_base_snapshot, backup_id, baremetal_tenant_id, subnet_id, network_features, effective_network_features, network_sibling_set_id, storage_to_network_proximity, mount_targets, volume_type, data_protection, accept_grow_capacity_pool_for_short_term_clone_split, is_restoring, snapshot_directory_visible, kerberos_enabled, security_style, smb_encryption, smb_access_based_enumeration, smb_non_browsable, smb_continuously_available, throughput_mibps, actual_throughput_mibps, encryption_key_source, key_vault_private_endpoint_resource_id, ldap_enabled, ldap_server_type, cool_access, coolness_period, cool_access_retrieval_policy, cool_access_tiering_policy, unix_permissions, clone_progress, file_access_logs, avs_data_store, data_store_resource_id, is_default_quota_enabled, default_user_quota_in_ki_bs, default_group_quota_in_ki_bs, maximum_number_of_files, volume_group_name, capacity_pool_resource_id, proximity_placement_group, t2_network, volume_spec_name, encrypted, placement_rules, enable_subvolumes, provisioned_availability_zone, is_large_volume, originating_resource_id, inherited_size_in_bytes, and language have been moved under property properties
  • Model VolumeQuotaRule instance variables provisioning_state, quota_size_in_ki_bs, quota_type, and quota_target have been moved under property properties
  • Model VolumeQuotaRulePatch instance variables provisioning_state, quota_size_in_ki_bs, quota_type, and quota_target have been moved under property properties
  • Deleted or renamed model BackupPoliciesList
  • Deleted or renamed model BackupVaultsList
  • Deleted or renamed model BackupsList
  • Deleted or renamed model BucketList
  • Deleted or renamed model CapacityPoolList
  • Deleted or renamed model CloudErrorBody
  • Deleted or renamed model ListReplications
  • Deleted or renamed model MountTarget
  • Deleted or renamed model NetAppAccountList
  • Deleted or renamed model QuotaItemList
  • Deleted or renamed model RegionInfosList
  • Deleted or renamed model RelationshipStatus
  • Deleted or renamed model ResourceIdentity
  • Deleted or renamed model SnapshotPoliciesList
  • Deleted or renamed model SnapshotPolicyDetails
  • Deleted or renamed model SnapshotsList
  • Deleted or renamed model SubvolumesList
  • Deleted or renamed model VolumeGroupList
  • Deleted or renamed model VolumeList
  • Deleted or renamed model VolumeQuotaRulesList
  • Method NetAppResourceOperations.begin_update_network_sibling_set parameters network_sibling_set_id, subnet_id, and network_features have been moved under positional_or_keyword parameter body
  • Method NetAppResourceOperations.check_file_path_availability parameters name, subnet_id, and availability_zone have been moved under positional_or_keyword parameter body
  • Method NetAppResourceOperations.check_name_availability parameters name, type, and resource_group have been moved under positional_or_keyword parameter body
  • Method NetAppResourceOperations.check_quota_availability parameters name, type, and resource_group have been moved under positional_or_keyword parameter body
  • Method NetAppResourceOperations.query_network_sibling_set parameters network_sibling_set_id and subnet_id have been moved under positional_or_keyword parameter body
  • Parameter force_delete of method VolumesOperations.begin_delete is now required

azure-storage-queue_12.14.1

29 Oct 12:57
2972b9e

Choose a tag to compare

12.14.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for QueueClient.

azure-storage-file-share_12.23.1

29 Oct 13:34
2972b9e

Choose a tag to compare

12.23.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for ShareClient, ShareDirectoryClient, and ShareFileClient.

azure-storage-blob_12.27.1

29 Oct 12:25
2972b9e

Choose a tag to compare

12.27.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for BlobClient.

azure-ai-ml_1.30.0

30 Oct 08:37
9c254d7

Choose a tag to compare

1.30.0 (2025-10-29)

Features Added

  • Removed the dependencies - msrest and six
  • Added support for Deployment Templates along with the following operations:
    • ml_client.deployment_templates.create_or_update()
    • ml_client.deployment_templates.list()
    • ml_client.deployment_templates.get()
    • ml_client.deployment_templates.archive()
    • ml_client.deployment_templates.restore()

azure-mgmt-recoveryservices_4.0.0

27 Oct 06:08
7fb8ed4

Choose a tag to compare

4.0.0 (2025-10-27)

Features Added

  • Model RecoveryServicesClient added parameter cloud_setting in method __init__
  • Client RecoveryServicesClient added method send_request
  • Client RecoveryServicesClient added operation group deleted_vaults
  • Model PatchTrackedResource added property system_data
  • Model PatchVault added property system_data
  • Model PrivateLinkResource added property system_data
  • Model Resource added property system_data
  • Model TrackedResource added property system_data
  • Model VaultExtendedInfoResource added property properties
  • Model VaultExtendedInfoResource added property system_data
  • Added model CloudError
  • Added model DeletedVault
  • Added model DeletedVaultProperties
  • Added model DeletedVaultUndeleteInput
  • Added model DeletedVaultUndeleteInputProperties
  • Added model ProxyResource
  • Added model VaultExtendedInfo
  • Added operation group DeletedVaultsOperations

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model Resource deleted or renamed its instance variable etag
  • Model TrackedResource deleted or renamed its instance variable etag
  • Model VaultExtendedInfoResource deleted or renamed its instance variable integrity_key
  • Model VaultExtendedInfoResource deleted or renamed its instance variable encryption_key
  • Model VaultExtendedInfoResource deleted or renamed its instance variable encryption_key_thumbprint
  • Model VaultExtendedInfoResource deleted or renamed its instance variable algorithm
  • Deleted or renamed model ClientDiscoveryResponse
  • Deleted or renamed model PrivateLinkResources
  • Deleted or renamed model ReplicationUsageList
  • Deleted or renamed model VaultList
  • Deleted or renamed model VaultUsageList
  • Method VaultsOperations.begin_create_or_update changed its parameter x_ms_authorization_auxiliary from positional_or_keyword to keyword_only
  • Method VaultsOperations.begin_update changed its parameter x_ms_authorization_auxiliary from positional_or_keyword to keyword_only
  • Deleted or renamed operation group RecoveryServicesClientOperationsMixin