Skip to content

azure-ai-projects_1.0.0b12

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Jun 04:10
90a15f7

1.0.0b12 (2025-06-23)

Breaking changes

  • These 3 methods on AIProjectClient were removed: .inference.get_chat_completions_client(),
    .inference.get_embeddings_client() and .inference.get_image_embeddings_client().
    For guidance on obtaining an authenticated azure-ai-inference client for your AI Foundry Project,
    refer to the updated samples in the samples\inference directory. For example,
    sample_chat_completions_with_azure_ai_inference_client.py. Alternatively, use the .inference.get_azure_openai_client() method to perform chat completions with an Azure OpenAI client.
  • Method argument name changes:
    • In method .indexes.create_or_update() argument body was renamed index.
    • In method .datasets.create_or_update() argument body was renamed dataset_version.
    • In method .datasets.pending_upload() argument body was renamed pending_upload_request.

Bugs Fixed

  • Fix to package function enable_telemetry() to correctly instrument azure-ai-agents.
  • Updated RedTeam target type visibility to allow for type being sent in the JSON for redteam run creation.

Other

  • Set dependency on azure-ai-agents version 1.0.0 or above,
    now that we have a stable release of the Agents package.