-
Notifications
You must be signed in to change notification settings - Fork 5k
C# Azure AI Projects SDK for new 1DP endpoint #49432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sophia-ramsey
wants to merge
32
commits into
main
Choose a base branch
from
feature/azure-ai-projects-1dp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+17,403
−87,410
Conversation
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
jsquire
requested changes
Apr 16, 2025
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
* Custom code + samples for datasets, deployments, connections * Generated based on [commit 37e1a52a30c527b6ad2d7ef09a9c82ad4491e8a2 ](Azure/azure-rest-api-specs@37e1a52 )
jsquire
reviewed
Apr 24, 2025
sdk/core/Azure.Core.TestFramework/src/Azure.Core.TestFramework.csproj
Outdated
Show resolved
Hide resolved
* remove old sample app * add sample files
API change check APIView has identified API level changes in this PR and created following API reviews. |
* Evaluations sample
* remove old projects folder * remove OneDP * rename Azure.AI.Projects.OneDP * regenerate code * update samples for generated code
…o feature/azure-ai-projects-1dp
* [AI] [Projects] add ConnectionProvider base class * add apis for connections * api change * add custom AIProjectClient back in * remove moved files * add generated docs and samples * update constructor to use ClientConnectionProvider * update generated code * Parity with existing Projects constructors * update generated client class * Add Agents sample * use latest nuget for Azure.AI.Agents.Persistent * uncomment thread running code for agents sample * async sample * update async sample * add proper connection type * update cache manager to correctly handle endpoint connection
* update ci.projects_1dp.yml file
Update connections and indexes samples for new function names and updated custom code
* update samples for consistency * add sample files to samples folder for Agents and OpenAI extensions * remove ci.projects_1dp.yml file (duplicate of ci.projects.yml now that the package is renamed)
using commit c6f9c72658fa9039b159ef1aa6e6d0c2385ba0ee where 1dp branch was merged into main
* readme snippet update to pass pipelines
* Fix cspell issue * Fix samples
* add telemetry getConnectionString sample * update connections functions and fix typo
…o feature/azure-ai-projects-1dp
* add inference samples and custom code * address comments * fix sample snippet
* changelog draft * address comments
* readme draft * readme update
…o feature/azure-ai-projects-1dp
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.
Emitted C# code from Typespec using feature/azure-ai-projects-1dp