Releases: Azure/azure-sdk-for-python
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)
azure-identity_1.23.0
1.23.0 (2025-05-13)
Features Added
- Added
AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
to allow for choosing groups of credentials.prod
forEnvironmentCredential
,WorkloadIdentityCredential
, andManagedIdentityCredential
.dev
forSharedTokenCacheCredential
,AzureCliCredential
,AzurePowershellCredential
, andAzureDeveloperCliCredential
.
azure-ai-ml_1.27.1
1.27.1 (2025-05-13)
Bugs Fixed
- Handled key error for missing props in PAT url case.
azure-search-documents_11.6.0b12
11.6.0b12 (2025-05-14)
Features Added
-
Added
azure.search.documents.agent.KnowledgeAgentRetrievalClient
. -
Added knowledge agents operations in
SearchIndexClient
. -
Added
resync
method inSearchIndexerClient
. -
Exposed
@search.reranker_boosted_score
in the search results. -
Added
x_ms_query_source_authorization
as a keyword argument toSearchClient.search
. -
Added property
azure.search.documents.indexes.models.SearchField.permission_filter
. -
Added property
azure.search.documents.indexes.models.SearchIndex.permission_filter_option
. -
Added property
azure.search.documents.indexes.models.SearchIndexerDataSourceConnection.indexer_permission_options
. -
Added new models:
azure.search.documents.models.QueryResultDocumentInnerHit
azure.search.documents.indexes.models.ChatCompletionExtraParametersBehavior
azure.search.documents.indexes.models.ChatCompletionResponseFormat
azure.search.documents.indexes.models.ChatCompletionResponseFormatType
azure.search.documents.indexes.models.ChatCompletionResponseFormatJsonSchemaProperties
azure.search.documents.indexes.models.ChatCompletionSchema
azure.search.documents.indexes.models.ChatCompletionSkill
azure.search.documents.indexes.models.CommonModelParameters
azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingProperties
azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillChunkingUnit
azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillExtractionOptions
azure.search.documents.indexes.models.DocumentIntelligenceLayoutSkillOutputFormat
azure.search.documents.indexes.models.IndexerPermissionOption
azure.search.documents.indexes.models.IndexerResyncOption
azure.search.documents.indexes.models.KnowledgeAgent
azure.search.documents.indexes.models.KnowledgeAgentAzureOpenAIModel
azure.search.documents.indexes.models.KnowledgeAgentModel
azure.search.documents.indexes.models.KnowledgeAgentModelKind
azure.search.documents.indexes.models.KnowledgeAgentRequestLimits
azure.search.documents.indexes.models.KnowledgeAgentTargetIndex
azure.search.documents.indexes.models.PermissionFilter
azure.search.documents.indexes.models.RankingOrder
azure.search.documents.indexes.models.SearchIndexPermissionFilterOption
Bugs Fixed
- Fixed the issue batching in upload_documents() did not work. #40157
Other Changes
- Updated the API version to "2025-05-01-preview"
azure-ai-agents_1.0.0b2
1.0.0b2 (2025-05-13)
Breaking Changes
- Rename
get_last_text_message_by_role
toget_last_message_text_by_role
.