[Discovery] azure-ai-discovery 1.0.0b1 preview release for API version 2026-02-01-preview#46940
Open
ahall-msft wants to merge 6 commits into
Open
[Discovery] azure-ai-discovery 1.0.0b1 preview release for API version 2026-02-01-preview#46940ahall-msft wants to merge 6 commits into
ahall-msft wants to merge 6 commits into
Conversation
Introduces the Azure AI Discovery client library for Python. Provides two clients under the `azure.ai.discovery` namespace: - `WorkspaceClient` for managing investigations, conversations, tasks, and tools within a Discovery workspace. - `BookshelfClient` for managing knowledge bases and knowledge base versions. Generated from TypeSpec at: - specification/discovery/Discovery.Workspace - specification/discovery/Discovery.Bookshelf in Azure/azure-rest-api-specs at commit df74858bfda6128d16c98265db2a6f42e89b20ff. Spec PR: Azure/azure-rest-api-specs#39746 Release plan: 2032 (https://dev.azure.com/azure-sdk/internal/_workitems/edit/29679)
Member
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
…elv) to cspell ignoreWords
…emove generated stub READMEs
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Initial preview release of
azure-ai-discovery1.0.0b1.This pull request introduces a new client library for the Azure AI Discovery
service. It provides two clients under the
azure.ai.discoverynamespace:WorkspaceClient— investigations, conversations, tasks, and tools.BookshelfClient— knowledge bases and knowledge base versions.Generated from TypeSpec at:
specification/discovery/Discovery.Workspacespecification/discovery/Discovery.Bookshelfin
Azure/azure-rest-api-specsat commitdf74858bfda6128d16c98265db2a6f42e89b20ff.Spec PR: Azure/azure-rest-api-specs#39746 (merged 2026-05-05)
Release plan: 2032 - Public Preview - Microsoft Discovery
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines
Release Plan Details