Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-hybridconnectivity_2.0.0b1

01 Apr 09:39
0c603b1
Compare
Choose a tag to compare
Pre-release

2.0.0b1 (2025-04-01)

Features Added

  • Client HybridConnectivityMgmtClient added operation group generate_aws_template
  • Client HybridConnectivityMgmtClient added operation group public_cloud_connectors
  • Client HybridConnectivityMgmtClient added operation group solution_configurations
  • Client HybridConnectivityMgmtClient added operation group inventory
  • Client HybridConnectivityMgmtClient added operation group solution_types
  • Model ServiceConfigurationResource added property properties
  • Added model AADProfileProperties
  • Added model AwsCloudProfile
  • Added model AwsCloudProfileUpdate
  • Added enum CloudNativeType
  • Added model ExtensionResource
  • Added model GenerateAwsTemplateRequest
  • Added enum HostType
  • Added model IngressProfileProperties
  • Added model InventoryProperties
  • Added model InventoryResource
  • Added model OperationStatusResult
  • Added model PublicCloudConnector
  • Added model PublicCloudConnectorProperties
  • Added model PublicCloudConnectorPropertiesUpdate
  • Added model PublicCloudConnectorUpdate
  • Added model RelayNamespaceAccessProperties
  • Added enum ResourceProvisioningState
  • Added model ServiceConfigurationProperties
  • Added model ServiceConfigurationPropertiesPatch
  • Added model SolutionConfiguration
  • Added model SolutionConfigurationProperties
  • Added model SolutionConfigurationPropertiesUpdate
  • Added enum SolutionConfigurationStatus
  • Added model SolutionConfigurationUpdate
  • Added model SolutionSettings
  • Added model SolutionTypeProperties
  • Added model SolutionTypeResource
  • Added model SolutionTypeSettings
  • Added model SolutionTypeSettingsProperties
  • Added model TrackedResource
  • Added model TrackedResourceUpdate
  • Added operation group GenerateAwsTemplateOperations
  • Added operation group InventoryOperations
  • Added operation group PublicCloudConnectorsOperations
  • Added operation group SolutionConfigurationsOperations
  • Added operation group SolutionTypesOperations

Breaking Changes

  • Model EndpointAccessResource deleted or renamed its instance variable namespace_name
  • Model EndpointAccessResource deleted or renamed its instance variable namespace_name_suffix
  • Model EndpointAccessResource deleted or renamed its instance variable hybrid_connection_name
  • Model EndpointAccessResource deleted or renamed its instance variable access_key
  • Model EndpointAccessResource deleted or renamed its instance variable expires_on
  • Model EndpointAccessResource deleted or renamed its instance variable service_configuration_token
  • Model IngressGatewayResource deleted or renamed its instance variable hostname
  • Model IngressGatewayResource deleted or renamed its instance variable server_id
  • Model IngressGatewayResource deleted or renamed its instance variable tenant_id
  • Model IngressGatewayResource deleted or renamed its instance variable namespace_name
  • Model IngressGatewayResource deleted or renamed its instance variable namespace_name_suffix
  • Model IngressGatewayResource deleted or renamed its instance variable hybrid_connection_name
  • Model IngressGatewayResource deleted or renamed its instance variable access_key
  • Model IngressGatewayResource deleted or renamed its instance variable expires_on
  • Model IngressGatewayResource deleted or renamed its instance variable service_configuration_token
  • Model ServiceConfigurationResource deleted or renamed its instance variable service_name
  • Model ServiceConfigurationResource deleted or renamed its instance variable resource_id
  • Model ServiceConfigurationResource deleted or renamed its instance variable port
  • Model ServiceConfigurationResource deleted or renamed its instance variable provisioning_state
  • Model ServiceConfigurationResourcePatch deleted or renamed its instance variable port
  • Deleted or renamed model EndpointsList
  • Deleted or renamed model ServiceConfigurationList
  • Parameter expiresin of method EndpointsOperations.list_credentials is now required
  • Parameter expiresinof method EndpointsOperations.list_ingress_gateway_credentials is now required

azure-mgmt-edgezones_1.0.0b2

01 Apr 09:43
b87fc53
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2025-04-01)

Other Changes

  • regular release

azure-mgmt-arizeaiobservabilityeval_1.0.0b1

01 Apr 06:36
a31440d
Compare
Choose a tag to compare

1.0.0b1 (2025-03-31)

Other Changes

  • Initial version

azure-ai-ml_1.26.1

01 Apr 09:09
Compare
Choose a tag to compare

1.26.1 (2025-03-27)

Bugs Fixed

  • Handle missing duration value in deployment poller result

corehttp_1.0.0b6

28 Mar 02:19
8df4e96
Compare
Choose a tag to compare
corehttp_1.0.0b6 Pre-release
Pre-release

1.0.0b6 (2025-03-27)

Features Added

  • The TokenCredential and AsyncTokenCredential protocols have been updated to include a new get_token_info method. This method should be used to acquire tokens and return an AccessTokenInfo object. #38346
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #38346
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #38346
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. #38346
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.
  • Added model attribute to HttpResponseError to allow accessing error attributes based on a known model. #39636
  • Added auth_flows support in BearerTokenCredentialPolicy. #40084

Breaking Changes

  • The get_token method has been removed from the TokenCredential and AsyncTokenCredential protocols. Implementations should now use the new get_token_info method to acquire tokens. #38346
  • The AccessToken class has been removed and replaced with a new AccessTokenInfo class. #38346
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now rely on credentials having the get_token_info method defined. #38346

azure-ai-projects_1.0.0b8

28 Mar 22:37
84d180a
Compare
Choose a tag to compare
Pre-release

1.0.0b8 (2025-03-28)

Features added

  • New parameters added for Azure AI Search tool, with corresponding sample update.
  • Fabric tool REST name updated, along with convenience code.

Sample updates

  • Sample update demonstrating new parameters added for Azure AI Search tool.
  • Sample added using OpenAPI tool against authenticated TripAdvisor API spec.

Bugs Fixed

  • Fix for a bug in Agent tracing causing event handler return values to not be returned when tracing is enabled.
  • Fix for a bug in Agent tracing causing tool calls not to be recorded in traces.
  • Fix for a bug in Agent tracing causing function tool calls to not work properly when tracing is enabled.
  • Fix for a bug in Agent streaming, where agent_id was not included in the response. This caused the SDK not to make function calls when the thread run status is requires_action.

azure-storage-file-datalake_12.20.0

27 Mar 17:35
d35450e
Compare
Choose a tag to compare

12.20.0 (2025-03-27)

Features Added

  • Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.

azure-storage-blob_12.25.1

27 Mar 17:09
d35450e
Compare
Choose a tag to compare

12.25.1 (2025-03-27)

Other Changes

  • Updated dependency for azure-storage-file-datalake type hints.

azure-cosmos_4.10.0b3

28 Mar 03:01
6495ca4
Compare
Choose a tag to compare
azure-cosmos_4.10.0b3 Pre-release
Pre-release

4.10.0b3 (2025-03-27)

Bugs Fixed

  • Fixed too many health checks happening when skipping the recommended client startup. See PR 40203.

Other Changes

  • Removed excess keyword arguments from methods that did not use them. See PR 40008.
  • Removed first response_hook call for query methods that would utilize wrong response headers. See PR 40008.

azure-ai-documentintelligence_1.0.2

27 Mar 02:42
8555d14
Compare
Choose a tag to compare

1.0.2 (2025-03-26)

Bugs Fixed

  • Fix polling for begin_copy_classifier_to() to stop on success response from the "Operation-Location" endpoint and correctly parse the result.