Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-generative_1.0.0b9
1.0.0b9 (2024-09-16)
Bugs Fixed
security bug - code injection
azure-storage-queue_12.12.0
12.12.0 (2024-09-17)
Features Added
- Stable release of features from 12.12.0b1
azure-storage-file-share_12.18.0
12.18.0 (2024-09-17)
Features Added
- Stable release of features from 12.18.0b1
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,
SupportsTokenInfoandAsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #36565- Each new protocol class defines a
get_token_infomethod that returns anAccessTokenInfoobject.
- Each new protocol class defines a
- Added a new
TokenRequestOptionsclass, which is aTypedDictwith optional parameters, that can be used to define options for token requests through theget_token_infomethod. #36565 - Added a new
AccessTokenInfoclass, which is returned byget_token_infoimplementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565 BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicynow first check if a credential has theget_token_infomethod defined. If so, theget_token_infomethod is used to acquire a token. Otherwise, theget_tokenmethod is used. #36565- These policies now also check the
refresh_onattribute 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
opentelemetryis 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_networkenabled or haspublic_network_accessset 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
fqdnsproperty for managed networkPrivateEndpointDestinationoutbound rule objects. Enabling the support of Application Gateway as a Private Endpoint target in the workspace managed network. - Added support of
address_prefixesproperty for managed networkServiceTagDestinationoutbound rule objects. - Removed experimental tag from
managed_networkwhich 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