Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-appconfiguration_1.7.2
1.7.2 (2025-10-20)
Bugs Fixed
- Fixed a bug where non-HTTPS endpoints would not function correctly.
azure-mgmt-iothub_5.0.0b2
5.0.0b2 (2025-10-20)
Features Added
- Model
IotHubClientadded parametercloud_settingin method__init__ - Model
CertificatePropertiesadded propertypolicy_resource_id - Model
CertificatePropertiesWithNonceadded propertypolicy_resource_id - Model
IotHubPropertiesadded propertydevice_registry - Enum
IotHubSkuadded memberGEN2 - Enum
IotHubSkuTieradded memberGENERATION2 - Added model
DeviceRegistry
azure-confidentialledger_2.0.0b1
2.0.0b1 (2025-10-20)
Features Added
- Added models.
Breaking Changes
- Changed the input parameter on
create_user_defined_rolefrom a list of roles to aRolesmodel. - Changed the input parameter on
update_user_defined_rolefrom a list of roles to aRolesmodel. get_user_defined_role()returns aRolesmodel instead of a list of roles.- Removed the
azure.confidentialledger.certificatenamespace and theConfidentialLedgerCertificateClient(see theazure-confidentialledger-certificatepackage to access client).
Other Changes
- Added new dependency
azure-confidentialledger-certificate.
The ConfidentialLedgerCertificateClient can now be used through the azure-confidentialledger-certificate package.
azure-communication-email_1.1.0
1.1.0 (2025-09-01)
Features Added
- Consumers can now provide a value for the
contentIdproperty when sending emails with attachments.
This allows consumers to reference attachments in the email body using thecidscheme. ThecontentIdproperty can be set on theEmailAttachmentobject. EmailClient.begin_sendnow supports an optionaloperation_idparameter.
azure-mgmt-servicefabricmanagedclusters_2.1.0b4
2.1.0b4 (2025-08-14)
Features Added
- Model
ManagedClusterPropertiesadded propertyenable_outbound_only_node_types - Model
NodeTypePropertiesadded propertyis_outbound_only - Model
ServiceEndpointadded propertynetwork_identifier
azure-mgmt-recoveryservicesbackup_10.0.0
10.0.0 (2025-10-16)
Breaking Changes
- Split module "passivestamp" into independent package azure-mgmt-recoveryservicesbackup-passivestamp. Just add it as a dependency then no other code changes required.
- Removed sub-namespace "activestamp" and just need update import from
from azure.mgmt.recoveryservicesbackup.activestamp import XXXtofrom azure.mgmt.recoveryservicesbackup import XXX.
azure-batch_15.0.0b3
15.0.0b3 (2025-09-01)
Features Added
- Added Long Running Operation (LRO) support for the following operation methods:
delete_job->begin_delete_jobdisable_job->begin_disable_jobenable_job->begin_enable_jobdelete_job_schedule->begin_delete_job_scheduledelete_pool->begin_delete_pooldelete_certificate->begin_delete_certificatedeallocate_node->begin_deallocate_nodereboot_node->begin_reboot_nodereimage_node->begin_reimage_noderemove_nodes->begin_remove_nodesresize_pool->begin_resize_poolstart_node->begin_start_nodestop_pool_resize->begin_stop_pool_resizeterminate_job->begin_terminate_jobterminate_job_schedule->begin_terminate_job_schedule
Breaking Changes
-
Renamed the following models. These name changes include several models with the suffix
Contentbeing renamed to have the suffixOptions.AccessScope->BatchAccessScopeAffinityInfo->BatchAffinityInfoBatchJobAction->BatchJobActionKindBatchJobCreateContent->BatchJobCreateOptionsBatchJobDisableContent->BatchJobDisableOptionsBatchJobScheduleCreateContent->BatchJobScheduleCreateOptionsBatchJobScheduleUpdateContent->BatchJobScheduleUpdateOptionsBatchJobTerminateContent->BatchJobTerminateOptionsBatchJobUpdateContent->BatchJobUpdateOptionsBatchNodeDeallocateContent->BatchNodeDeallocateOptionsBatchNodeDisableSchedulingContent->BatchNodeDisableSchedulingOptionsBatchNodeRebootContent->BatchNodeRebootOptionsBatchNodeRebootOption->BatchNodeRebootKindBatchNodeReimageContent->BatchNodeReimageOptionsBatchNodeRemoveContent->BatchNodeRemoveOptionsBatchNodeUserCreateContent->BatchNodeUserCreateOptionsBatchNodeUserUpdateContent->BatchNodeUserUpdateOptionsBatchPoolCreateContent->BatchPoolCreateOptionsBatchPoolEnableAutoScaleContent->BatchPoolEnableAutoScaleOptionsBatchPoolEvaluateAutoScaleContent->BatchPoolEvaluateAutoScaleOptionsBatchPoolReplaceContent->BatchPoolReplaceOptionsBatchPoolResizeContent->BatchPoolResizeOptionsBatchPoolUpdateContent->BatchPoolUpdateOptionsBatchTaskCreateContent->BatchTaskCreateOptionsContainerConfiguration->BatchContainerConfigurationContainerConfigurationUpdate->BatchContainerConfigurationUpdateDeleteBatchCertificateError->BatchCertificateDeleteErrorDiffDiskSettings->BatchDiffDiskSettingsErrorCategory->BatchErrorSourceCategoryHttpHeader->OutputFileUploadHeaderImageReference->BatchVmImageReferenceOSDisk->BatchOsDiskOnAllBatchTasksComplete->BatchAllTasksCompleteModeOnBatchTaskFailure->BatchAllTasksCompleteModePublicIpAddressConfiguration->BatchPublicIpAddressConfigurationUefiSettings->BatchUefiSettingsUploadBatchServiceLogsContent->UploadBatchServiceLogsOptionsVMDiskSecurityProfile->BatchVMDiskSecurityProfile
-
Renamed parameters in the following operation methods:
begin_disable_jobchangedcontentparameter todisable_optionsbegin_deallocate_nodechangedparametersparameter tooptionsbegin_remove_nodeschangedcontentparameter toremove_options.begin_resize_poolchangedcontentparameter toresize_options.begin_terminate_jobchangedparametersparameter tooptions.begin_reboot_nodechangedparametersparameter tooptions.begin_reimage_nodechangedparametersparameter tooptions.disable_node_schedulingchangedparametersparameter tooptions.enable_pool_auto_scalechangedcontentparameter toenable_auto_scale_options.evaluate_pool_auto_scalechangedcontentparameter toevaluate_auto_scale_options.upload_node_logschangedcontentparameter toupload_options.replace_node_userchangedcontentparameter toupdate_options.
azure-storage-queue_12.14.0
12.14.0 (2025-10-15)
Features Added
- Stable release of features from 12.14.0b1
Other Changes
- Removed
__enter__and__exit__attributes for all asynchronous client objects for raising explicitTypeError,
and let theAttributeErrorraise directly.
azure-storage-file-share_12.23.0
12.23.0 (2025-10-15)
Features Added
- Stable release of features from 12.23.0b1
Bugs Fixed
- Fixed an issue where
ShareClient'slist_directories_and_filesAPI specified withname_starts_with
would not return all results when the share contains a large number of files and directories. - Removed
__enter__and__exit__attributes for all asynchronous client objects for raising explicitTypeError,
and let theAttributeErrorraise directly.
Other Changes
- Migrated any previously documented
kwargarguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete.
azure-storage-file-datalake_12.22.0
12.22.0 (2025-10-15)
Features Added
- Stable release of features from 12.22.0b1
Other Changes
- Removed
__enter__and__exit__attributes for all asynchronous client objects for raising explicitTypeError,
and let theAttributeErrorraise directly.