Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-storage-file-datalake_12.17.0
12.17.0 (2024-09-17)
Features Added
- Stable release of features from 12.17.0b1
azure-storage-blob_12.23.0
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
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
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
andAsyncSupportsTokenInfo
, to offer more extensibility in supporting various token acquisition scenarios. #36565- Each new protocol class defines a
get_token_info
method that returns anAccessTokenInfo
object.
- Each new protocol class defines a
- Added a new
TokenRequestOptions
class, which is aTypedDict
with optional parameters, that can be used to define options for token requests through theget_token_info
method. #36565 - Added a new
AccessTokenInfo
class, which is returned byget_token_info
implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565 BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
now first check if a credential has theget_token_info
method defined. If so, theget_token_info
method is used to acquire a token. Otherwise, theget_token
method is used. #36565- These policies now also check the
refresh_on
attribute when determining if a new token request should be made.
- These policies now also check the
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
1.20.0 (2024-09-12)
Features Added
- When a workspace is created with
managed_network
enabled or haspublic_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 networkPrivateEndpointDestination
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 networkServiceTagDestination
outbound rule objects. - Removed experimental tag from
managed_network
which is a GA feature.
azure-appconfiguration-provider_2.0.0b1
2.0.0b1 (2024-09-11)
Features Added
- Added support for feature flag telemetry.
azure-healthinsights-radiologyinsights_1.0.0
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
azure-mgmt-hdinsight_9.1.0b1
9.1.0b1 (2024-09-10)
Other Changes
- Regular release
azure-appconfiguration-provider_1.3.0
1.3.0 (2024-09-09)
Features Added
- Added support for auto failover between replicas.
- Added support for auto discovery of replicas.