Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-containerregistry_14.1.0b1

15 May 04:51
24e4a70
Compare
Choose a tag to compare
Pre-release

14.1.0b1 (2025-05-15)

Other Changes

  • Internal package structure change

azure-mgmt-cognitiveservices_13.7.0b1

15 May 03:35
98712fd
Compare
Choose a tag to compare
Pre-release

13.7.0b1 (2025-05-15)

Features Added

  • Client CognitiveServicesManagementClient added operation group projects
  • Client CognitiveServicesManagementClient added operation group account_connection
  • Client CognitiveServicesManagementClient added operation group project_connection
  • Client CognitiveServicesManagementClient added operation group account_capability_hosts
  • Client CognitiveServicesManagementClient added operation group project_capability_hosts
  • Model AccountProperties added property network_injections
  • Model AccountProperties added property allow_project_management
  • Model AccountProperties added property default_project
  • Model AccountProperties added property associated_projects
  • Model DeploymentProperties added property spillover_deployment_name
  • Enum ProvisioningState added member CANCELED
  • 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

16 May 00:29
e92add4
Compare
Choose a tag to compare
Pre-release

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 method from_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 called Connection)
  • The method .inference.get_azure_openai_client() now supports returning an authenticated AzureOpenAI client to be used with
    AI models deployed to the Project's AI Services. This is in addition to the existing option to get an AzureOpenAI client for one of the connected Azure OpenAI services.
  • Import PromptTemplate from azure.ai.projects instead of azure.ai.projects.prompts.
  • The class ConnectionProperties was renamed to Connection, and its properties have changed.
  • The method .to_evaluator_model_config on ConnectionProperties is no longer required and does not have an equivalent method on Connection. When constructing the EvaluatorConfiguration class, the init_params element now requires deployment_name instead of model_config.
  • The method upload_file on AIProjectClient had been removed, use datasets.upload_file instead.
  • Evaluator Ids are available using the Enum EvaluatorIds and no longer require azure-ai-evaluation package to be installed.
  • Property scope on AIProjectClient is removed, use AI Foundry Project endpoint instead.
  • Property id on Evaluation is replaced with name.

Sample updates

  • All samples have been updated. New ones added for Deployments, Datasets and Indexes.

azure-eventgrid_4.22.0

14 May 21:33
10f65bd
Compare
Choose a tag to compare

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

14 May 19:33
0ccf1d5
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2025-05-14)

Features Added

  • Internal updates based on TypeSpec finalization.

azure-monitor-opentelemetry_1.6.9

13 May 18:28
b3bd27f
Compare
Choose a tag to compare

1.6.9 (2025-05-12)

Features Added

  • Enable Azure AI Agents instrumentation for azure-ai-agents
    (#40866)

azure-identity_1.23.0

14 May 00:13
65e21ae
Compare
Choose a tag to compare

1.23.0 (2025-05-13)

Features Added

  • Added AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential to allow for choosing groups of credentials.
    • prod for EnvironmentCredential, WorkloadIdentityCredential, and ManagedIdentityCredential.
    • dev for SharedTokenCacheCredential, AzureCliCredential, AzurePowershellCredential, and AzureDeveloperCliCredential.

azure-ai-ml_1.27.1

13 May 11:39
fa2423c
Compare
Choose a tag to compare

1.27.1 (2025-05-13)

Bugs Fixed

  • Handled key error for missing props in PAT url case.

azure-search-documents_11.6.0b12

14 May 15:24
b9be54d
Compare
Choose a tag to compare
Pre-release

11.6.0b12 (2025-05-14)

Features Added

  • Added azure.search.documents.agent.KnowledgeAgentRetrievalClient.

  • Added knowledge agents operations in SearchIndexClient.

  • Added resync method in SearchIndexerClient.

  • Exposed @search.reranker_boosted_score in the search results.

  • Added x_ms_query_source_authorization as a keyword argument to SearchClient.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

13 May 22:11
4fe13f2
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2025-05-13)

Breaking Changes

  • Rename get_last_text_message_by_role to get_last_message_text_by_role.