Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-agents_1.0.0b1

09 May 22:24
170a4dd
Compare
Choose a tag to compare
Pre-release

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

08 May 05:37
cca51a6
Compare
Choose a tag to compare

3.1.0 (2025-05-08)

Features Added

  • Client ContainerServiceFleetMgmtClient added operation group auto_upgrade_profiles
  • Client ContainerServiceFleetMgmtClient added operation group auto_upgrade_profile_operations
  • Model APIServerAccessProfile added property enable_vnet_integration
  • Model APIServerAccessProfile added property subnet_id
  • Model Fleet added property status
  • Model FleetMember added property status
  • Model NodeImageSelection added property custom_node_image_versions
  • Enum NodeImageSelectionType added member CUSTOM
  • Model UpdateRun added property auto_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

08 May 05:37
cca51a6
Compare
Choose a tag to compare

1.0.0b1 (2025-05-08)

Other Changes

  • Initial version

azure-mgmt-carbonoptimization_1.0.0b1

08 May 05:37
cca51a6
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2025-05-08)

Other Changes

  • Initial version

azure-mgmt-cosmosdb_9.8.0

07 May 06:20
d4c265e
Compare
Choose a tag to compare

9.8.0 (2025-05-07)

Features Added

  • Model RestorableSqlContainerPropertiesResourceContainer added property full_text_policy
  • Model SqlContainerGetPropertiesResource added property full_text_policy
  • Model SqlContainerResource added property full_text_policy
  • Added model FullTextPath
  • Added model FullTextPolicy

azure-keyvault-securitydomain_1.0.0b1

08 May 00:56
372556c
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2025-05-07)

Features Added

  • Initial version

azure-identity_1.22.0

06 May 20:08
c572fa7
Compare
Choose a tag to compare

1.22.0 (2025-05-06)

Breaking Changes

  • Previously, if a client_id or identity_config was specified in ManagedIdentityCredential for Service Fabric managed identity, which is not supported, the client_id (or resource_id/object_id specified identity_config) would be silently ignored. Now, an exception will be raised during a token request if a client_id or identity_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

06 May 23:15
3b2d219
Compare
Choose a tag to compare
Pre-release

12.13.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added support for OAuth authentication in QueueClient's get_queue_access_policy
    and set_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

06 May 22:54
3b2d219
Compare
Choose a tag to compare
Pre-release

12.22.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added new create_symbolic_link and get_symbolic_link APIs to ShareFileClient to
    create/get symbolic links to specified files and is only supported for the NFS protocol.

azure-storage-file-datalake_12.21.0b1

06 May 23:31
3b2d219
Compare
Choose a tag to compare
Pre-release

12.21.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added support for OAuth authentication in FileSystemClient's get_file_system_access_policy
    and set_file_system_access_policy APIs.
  • Added support for progress tracking to DataLakeFileClient's upload_data and download_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.