Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-ml_1.16.0b1
1.16.0b1 (2024-05-07)
Features Added
- Add experimental support for working with Promptflow evaluators:
ml_client.evaluators
. - Many changes to the Connection entity class and its associated operations.
- Workspace Connection
list
,get
, andcreate_or_update
operations now include an optionalpopulate_secrets
input, which causes the operations to try making a secondary call to fill in the returned connections' credential info if possible. Only works with api key-based credentials for now. - Many workspace connection subtypes added. The full list of subclasses is now:
AzureBlobStoreConnection
AzureBlobStoreConnection
MicrosoftOneLakeConnection
AzureOpenAIConnection
AzureAIServicesConnection
AzureAISearchConnection
AzureContentSafetyConnection
AzureSpeechServicesConnection
APIKeyConnection
OpenAIConnection
SerpConnection
ServerlessConnection
- Many workspace connections only accept api keys or entra ids for credentials. Since Entra IDs require not inputs, these have been refactored to not required a full credential object. Instead they only accept an api_key as a top-level input, and default to an entra credential otherwise. Their YAML schemas have been similarly altered.
- Client-side credential-type validation added for some workspace connection types.
- Added new credential type:
AadCredentialConfiguration
- Renamed WorkspaceHub class as Hub.
- Added Project entity class and YAML support.
- Project and Hub operations supported by workspace operations.
- workspace list operation supports type filtering.
- Add support for Microsoft Entra token (
aad_token
) auth ininvoke
andget-credentials
operations. - Add experimental support for working with indexes:
ml_client.indexes
Breaking Changes
- WorkspaceConnection and subclasses renamed to just Connection
- Removed WorkspaceHubConfig entity, and renamed WorkspaceHub to Hub.
- workspace_hub input of Workspace class hidden, renamed to hub_id, and re-surfaced in child class Project.
- Removed Workspace Hub Operations from ML Client.
azure-mgmt-resource_23.1.0
23.1.0 (2024-05-06)
Features Added
- Added operation group DeploymentStacksOperations
- Added operation group PolicyDefinitionVersionsOperations
- Added operation group PolicySetDefinitionVersionsOperations
- Model ContainerConfiguration has a new parameter subnet_ids
- Model Location has a new parameter availability_zone_mappings
- Model LocationMetadata has a new parameter geography
- Model Operation has a new parameter action_type
- Model Operation has a new parameter is_data_action
- Model Operation has a new parameter origin
- Model OperationAutoGenerated has a new parameter action_type
- Model OperationAutoGenerated has a new parameter is_data_action
- Model OperationAutoGenerated has a new parameter origin
- Model OperationDisplayAutoGenerated has a new parameter description
- Model ParameterDefinitionsValue has a new parameter schema
- Model PolicyDefinition has a new parameter version
- Model PolicyDefinition has a new parameter versions
- Model PolicySetDefinition has a new parameter version
- Model PolicySetDefinition has a new parameter versions
azure-messaging-webpubsubclient_1.1.0
1.1.0 (2024-04-24)
Features Added
- Add Async API with same name of Sync API
- Add api
is_connected
Other Changes
- Change default reconnect times to unlimited
- Optimize reconnect/recover logic
- Optimize error message hint when failed to open client
- Optimize typing annotations
- Optimize close logic for Sync API.
azure-search-documents_11.6.0b4
11.6.0b4 (2024-05-07)
Features Added
- Added new models:
azure.search.documents.models.HybridCountAndFacetMode
azure.search.documents.models.HybridSearch
azure.search.documents.models.SearchScoreThreshold
azure.search.documents.models.VectorSimilarityThreshold
azure.search.documents.models.VectorThreshold
azure.search.documents.models.VectorThresholdKind
azure.search.documents.models.VectorizableImageBinaryQuery
azure.search.documents.models.VectorizableImageUrlQuery
azure.search.documents.indexes.models.AIServicesVisionParameters
azure.search.documents.indexes.models.AIServicesVisionVectorizer
azure.search.documents.indexes.models.AIStudioModelCatalogName
azure.search.documents.indexes.models.AzureMachineLearningParameters
azure.search.documents.indexes.models.AzureMachineLearningVectorizer
azure.search.documents.indexes.models.AzureOpenAIModelName
azure.search.documents.indexes.models.VectorEncodingFormat
azure.search.documents.indexes.models.VisionVectorizeSkill
- Added
hybrid_search
support forSearchClient.search
method. - Updated default API version to
2024-05-01-preview
.
Bugs Fixed
- Fixed the bug that SearchClient failed when both answer count and answer threshold applied.
azure-cognitiveservices-language-textanalytics_0.2.2
0.2.2 (2024-05-01)
- This package is no longer being maintained. Please install the azure-ai-textanalytics package for the latest features and support.
azure-cognitiveservices-anomalydetector_0.3.1
0.3.1 (2024-05-01)
This package is no longer being maintained. Use the azure-ai-anomalydetector package instead for latest features and support.
azure-communication-callautomation_1.2.0
1.2.0 (2024-04-15)
Features Added
- Support for Bring Your Own Storage recording option
- Support for PauseOnStart recording option
- Support for Recording state change with new recording kind's
Other Changes
- Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier
azure-mgmt-eventgrid_10.3.0b4
10.3.0b4 (2024-04-29)
Features Added
- Added operation NamespaceTopicEventSubscriptionsOperations.get_full_url
- Added operation NamespacesOperations.begin_validate_custom_domain_ownership
- Model ClientAuthenticationSettings has a new parameter custom_jwt_authentication
- Model NamespaceUpdateParameters has a new parameter topics_configuration
- Model PushInfo has a new parameter destination
- Model Subscription has a new parameter expiration_time_utc
- Model SubscriptionUpdateParameters has a new parameter expiration_time_utc
- Model TopicSpacesConfiguration has a new parameter custom_domains
- Model TopicsConfiguration has a new parameter custom_domains
- Model UpdateTopicSpacesConfigurationInfo has a new parameter custom_domains
azure-mgmt-azurelargeinstance_1.0.0b2
1.0.0b2 (2024-04-29)
Other Changes
- This package is no longer being maintained. Use the azure-mgmt-largeinstance package instead, which has exactly same API.