Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-agents_1.0.0b1
1.0.0b1 (2025-05-07)
Breaking Changes
- enable_auto_function_calls supports positional arguments instead of keyword arguments.
Features Added
- Initial version - splits off Azure AI Agents functionality from the Azure AI Projects SDK
- Azure AI Search tool, Bing Grounding tool, and Bing Custom Search tool parameters updated
- All polling functions now support timeout keyword parameter.
Bugs Fixed
- During automatic function calls for streaming, when the thread run is cancelled due to too many retry, now a cancelled event will be sent out.
- Add missing thread run id and message id on the process thread run span
azure-mgmt-containerservicefleet_3.1.0
3.1.0 (2025-05-08)
Features Added
- Client
ContainerServiceFleetMgmtClient
added operation groupauto_upgrade_profiles
- Client
ContainerServiceFleetMgmtClient
added operation groupauto_upgrade_profile_operations
- Model
APIServerAccessProfile
added propertyenable_vnet_integration
- Model
APIServerAccessProfile
added propertysubnet_id
- Model
Fleet
added propertystatus
- Model
FleetMember
added propertystatus
- Model
NodeImageSelection
added propertycustom_node_image_versions
- Enum
NodeImageSelectionType
added memberCUSTOM
- Model
UpdateRun
added propertyauto_upgrade_profile_id
- Added enum
AutoUpgradeLastTriggerStatus
- Added model
AutoUpgradeNodeImageSelection
- Added enum
AutoUpgradeNodeImageSelectionType
- Added model
AutoUpgradeProfile
- Added model
AutoUpgradeProfileListResult
- Added enum
AutoUpgradeProfileProvisioningState
- Added model
AutoUpgradeProfileStatus
- Added model
FleetMemberStatus
- Added model
FleetStatus
- Added model
GenerateResponse
- Added enum
UpgradeChannel
- Added operation group
AutoUpgradeProfileOperationsOperations
- Added operation group
AutoUpgradeProfilesOperations
azure-mgmt-lambdatesthyperexecute_1.0.0b1
1.0.0b1 (2025-05-08)
Other Changes
- Initial version
azure-mgmt-carbonoptimization_1.0.0b1
1.0.0b1 (2025-05-08)
Other Changes
- Initial version
azure-mgmt-cosmosdb_9.8.0
9.8.0 (2025-05-07)
Features Added
- Model
RestorableSqlContainerPropertiesResourceContainer
added propertyfull_text_policy
- Model
SqlContainerGetPropertiesResource
added propertyfull_text_policy
- Model
SqlContainerResource
added propertyfull_text_policy
- Added model
FullTextPath
- Added model
FullTextPolicy
azure-keyvault-securitydomain_1.0.0b1
1.0.0b1 (2025-05-07)
Features Added
- Initial version
azure-identity_1.22.0
1.22.0 (2025-05-06)
Breaking Changes
- Previously, if a
client_id
oridentity_config
was specified inManagedIdentityCredential
for Service Fabric managed identity, which is not supported, theclient_id
(orresource_id
/object_id
specifiedidentity_config
) would be silently ignored. Now, an exception will be raised during a token request if aclient_id
oridentity_config
is specified for Service Fabric managed identity.
Bugs Fixed
- Fixed an issue with error handling in MSAL-based credentials when the response content is a string rather than a dictionary. (#40281)
Other Changes
- Deprecated
VisualStudioCodeCredential
as the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613) - Python 3.8 is no longer supported. Please use Python version 3.9 or later.
azure-storage-queue_12.13.0b1
12.13.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added support for OAuth authentication in
QueueClient
'sget_queue_access_policy
andset_queue_access_policy
APIs.
Other Changes
- Migrated any previously documented
kwarg
arguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete.
azure-storage-file-share_12.22.0b1
12.22.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added new
create_symbolic_link
andget_symbolic_link
APIs toShareFileClient
to
create/get symbolic links to specified files and is only supported for theNFS
protocol.
azure-storage-file-datalake_12.21.0b1
12.21.0b1 (2025-05-06)
Features Added
- Added support for service version 2025-07-05.
- Added support for OAuth authentication in
FileSystemClient
'sget_file_system_access_policy
andset_file_system_access_policy
APIs. - Added support for progress tracking to
DataLakeFileClient
'supload_data
anddownload_file
APIs via a new optional callback,progress_hook
.
Bugs Fixed
- Fixed an issue where URL safe encoding is inconsistent between Blob and Datalake paths.