Skip to content

Releases: Azure/azure-sdk-for-python

azure-storage-file-datalake_12.17.0

17 Sep 21:36
c34465e
Compare
Choose a tag to compare

12.17.0 (2024-09-17)

Features Added

  • Stable release of features from 12.17.0b1

azure-storage-blob_12.23.0

17 Sep 20:59
c34465e
Compare
Choose a tag to compare

12.23.0 (2024-09-17)

Features Added

  • Stable release of features from 12.23.0b1

Bugs Fixed

  • Fixed an issue with batch APIs when using Azurite.

azure-mgmt-containerservice_32.0.0

13 Sep 03:45
313b67d
Compare
Choose a tag to compare

32.0.0 (2024-09-12)

Features Added

  • Added operation AgentPoolsOperations.begin_delete_machines
  • Model AdvancedNetworking has a new parameter security
  • Model AdvancedNetworkingObservability has a new parameter tls_management
  • Model AgentPool has a new parameter security_profile
  • Model ManagedClusterAgentPoolProfile has a new parameter security_profile
  • Model ManagedClusterAgentPoolProfileProperties has a new parameter security_profile

Breaking Changes

  • Model AgentPoolSecurityProfile no longer has parameter ssh_access

azure-core_1.31.0

12 Sep 21:52
72ed2a5
Compare
Choose a tag to compare

1.31.0 (2024-09-12)

Features Added

  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • 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. #36565
  • 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. #36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.

Other Changes

  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050

azure-ai-ml_1.20.0

12 Sep 09:47
Compare
Choose a tag to compare

1.20.0 (2024-09-12)

Features Added

  • When a workspace is created with managed_network enabled or has public_network_access set to disabled, the resources created with the workspace (Key Vault, Storage Account) will be set to have restricted network access settings. This is only applicable when the user does not specify existing resources.
  • Added support of fqdns property for managed network PrivateEndpointDestination outbound rule objects. Enabling the support of Application Gateway as a Private Endpoint target in the workspace managed network.
  • Added support of address_prefixes property for managed network ServiceTagDestination outbound rule objects.
  • Removed experimental tag from managed_network which is a GA feature.

azure-appconfiguration-provider_2.0.0b1

12 Sep 17:30
eaadfa0
Compare
Choose a tag to compare
Pre-release

2.0.0b1 (2024-09-11)

Features Added

  • Added support for feature flag telemetry.

azure-healthinsights-radiologyinsights_1.0.0

11 Sep 15:08
a537fe9
Compare
Choose a tag to compare

1.0.0 (2024-09-10)

  • GA release

Breaking Changes

  • Unique ID required to be added in the request parameters
  • models.PatientInfo renamed into models.PatientDetails
  • models.Encounter renamed into models.PatientEncounter
  • models.RadiologyInsightsResult renamed into models.RadiologyInsightsJob
  • PatientDocument.created_date_time renamed into PatientDocument.created_at
  • FollowupCommunication.datetime renamed into FollowupCommunication.communicated_at
  • FollowupRecommendation.effective_date_time renamed into FollowupRecommendation.effective_at

azure-monitor-opentelemetry-exporter_1.0.0b29

10 Sep 20:56
c48adf7
Compare
Choose a tag to compare

1.0.0b29 (2024-09-10)

Features Added

  • Allow passing in of custom TracerProvider for AzureMonitorTraceExporter
    (#36363)
  • Support AAD Auth for live metrics
    (#37258)

Other Changes

  • Update instrumentation constants info
    (#36696)
  • Refactor statsbeat utils functions
    (#36824)

azure-mgmt-hdinsight_9.1.0b1

10 Sep 08:28
40ca664
Compare
Choose a tag to compare
Pre-release

9.1.0b1 (2024-09-10)

Other Changes

  • Regular release

azure-appconfiguration-provider_1.3.0

09 Sep 22:36
7ef2a3f
Compare
Choose a tag to compare

1.3.0 (2024-09-09)

Features Added

  • Added support for auto failover between replicas.
  • Added support for auto discovery of replicas.