Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-cosmos_4.12.0b1
4.12.0b1 (2025-05-19)
Features Added
- Added ability to use weighted RRF (Reciprocal Rank Fusion) for Hybrid full text search queries. See PR 40899.
Bugs Fixed
azure-ai-agents_1.0.0
1.0.0 (2025-05-15)
Features Added
- First stable release of Azure AI Agents client library.
azure-ai-evaluation_1.7.0
azure-mgmt-servicenetworking_2.1.0b1
2.1.0b1 (2025-05-12)
Features Added
- Model
FrontendProperties
added propertysecurity_policy_configurations
- Model
FrontendUpdate
added propertyproperties
- Enum
PolicyType
added memberIP_ACCESS_RULES
- Model
SecurityPolicyConfigurations
added propertyip_access_rules_security_policy
- Model
SecurityPolicyProperties
added propertyip_access_rules_policy
- Model
SecurityPolicyUpdateProperties
added propertyip_access_rules_policy
- Added model
FrontendUpdateProperties
- Added model
IpAccessRule
- Added enum
IpAccessRuleAction
- Added model
IpAccessRulesPolicy
- Added model
IpAccessRulesSecurityPolicy
azure-mgmt-containerregistry_14.1.0b1
14.1.0b1 (2025-05-15)
Other Changes
- Internal package structure change
azure-mgmt-cognitiveservices_13.7.0b1
13.7.0b1 (2025-05-15)
Features Added
- Client
CognitiveServicesManagementClient
added operation groupprojects
- Client
CognitiveServicesManagementClient
added operation groupaccount_connection
- Client
CognitiveServicesManagementClient
added operation groupproject_connection
- Client
CognitiveServicesManagementClient
added operation groupaccount_capability_hosts
- Client
CognitiveServicesManagementClient
added operation groupproject_capability_hosts
- Model
AccountProperties
added propertynetwork_injections
- Model
AccountProperties
added propertyallow_project_management
- Model
AccountProperties
added propertydefault_project
- Model
AccountProperties
added propertyassociated_projects
- Model
DeploymentProperties
added propertyspillover_deployment_name
- Enum
ProvisioningState
added memberCANCELED
- Added model
AADAuthTypeConnectionProperties
- Added model
AccessKeyAuthTypeConnectionProperties
- Added model
AccountKeyAuthTypeConnectionProperties
- Added model
ApiKeyAuthConnectionProperties
- Added model
CapabilityHost
- Added enum
CapabilityHostKind
- Added model
CapabilityHostProperties
- Added enum
CapabilityHostProvisioningState
- Added model
ConnectionAccessKey
- Added model
ConnectionAccountKey
- Added model
ConnectionApiKey
- Added enum
ConnectionAuthType
- Added enum
ConnectionCategory
- Added enum
ConnectionGroup
- Added model
ConnectionManagedIdentity
- Added model
ConnectionOAuth2
- Added model
ConnectionPersonalAccessToken
- Added model
ConnectionPropertiesV2
- Added model
ConnectionPropertiesV2BasicResource
- Added model
ConnectionPropertiesV2BasicResourceArmPaginatedResult
- Added model
ConnectionServicePrincipal
- Added model
ConnectionSharedAccessSignature
- Added model
ConnectionUpdateContent
- Added model
ConnectionUsernamePassword
- Added model
CustomKeys
- Added model
CustomKeysConnectionProperties
- Added model
ManagedIdentityAuthTypeConnectionProperties
- Added enum
ManagedPERequirement
- Added enum
ManagedPEStatus
- Added model
NetworkInjections
- Added model
NoneAuthTypeConnectionProperties
- Added model
OAuth2AuthTypeConnectionProperties
- Added model
PATAuthTypeConnectionProperties
- Added model
Project
- Added model
ProjectListResult
- Added model
ProjectProperties
- Added model
ResourceBase
- Added model
SASAuthTypeConnectionProperties
- Added enum
ScenarioType
- Added model
ServicePrincipalAuthTypeConnectionProperties
- Added model
UsernamePasswordAuthTypeConnectionProperties
- Added operation group
AccountCapabilityHostsOperations
- Added operation group
AccountConnectionOperations
- Added operation group
ProjectCapabilityHostsOperations
- Added operation group
ProjectConnectionOperations
- Added operation group
ProjectsOperations
azure-ai-projects_1.0.0b11
1.0.0b11 (2025-05-15)
There have been significant updates with the release of version 1.0.0b11, including breaking changes.
Please see new samples and package README.md file.
Features added
.deployments
methods to enumerate AI models deployed to your AI Foundry Project..datasets
methods to upload documents and reference them. To be used with Evaluations..indexes
methods to handle your Search Indexes.
Breaking changes
- Azure AI Foundry Project endpoint is now required to construct the
AIProjectClient
. It has the form
https://<your-ai-services-account-name>.services.ai.azure.com/api/projects/<your-project-name>
. Find it in your AI Foundry Project
Overview page. The factory methodfrom_connection_string
was removed. - Agents are now implemented in a separate package
azure-ai-agents
. Continue using the ".agents" operations on the
AIProjectsClient
to create, run and delete agents, as before. However there have been some breaking changes in these operations.
See Agents package document and samples for more details. - Several changes to the
.connections
methods, including the response object (now simply calledConnection
) - The method
.inference.get_azure_openai_client()
now supports returning an authenticatedAzureOpenAI
client to be used with
AI models deployed to the Project's AI Services. This is in addition to the existing option to get anAzureOpenAI
client for one of the connected Azure OpenAI services. - Import
PromptTemplate
fromazure.ai.projects
instead ofazure.ai.projects.prompts
. - The class ConnectionProperties was renamed to Connection, and its properties have changed.
- The method
.to_evaluator_model_config
onConnectionProperties
is no longer required and does not have an equivalent method onConnection
. When constructing the EvaluatorConfiguration class, theinit_params
element now requiresdeployment_name
instead ofmodel_config
. - The method
upload_file
onAIProjectClient
had been removed, usedatasets.upload_file
instead. - Evaluator Ids are available using the Enum
EvaluatorIds
and no longer requireazure-ai-evaluation
package to be installed. - Property
scope
onAIProjectClient
is removed, use AI Foundry Project endpoint instead. - Property
id
on Evaluation is replaced withname
.
Sample updates
- All samples have been updated. New ones added for Deployments, Datasets and Indexes.
azure-eventgrid_4.22.0
4.22.0 (2025-05-14)
Features Added
- Added new enum values to
SystemEventNames
related to Azure Communication Services and Azure Edge.
azure-ai-agents_1.0.0b3
1.0.0b3 (2025-05-14)
Features Added
- Internal updates based on TypeSpec finalization.
azure-monitor-opentelemetry_1.6.9
1.6.9 (2025-05-12)
Features Added
- Enable Azure AI Agents instrumentation for azure-ai-agents
(#40866)