feat(ai-projects): remove outdated v1-beta samples#37643
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the entire sdk/ai/ai-projects/samples/v1-beta directory, which contained outdated TypeScript and JavaScript sample code for the Azure AI Projects client library. The v2 and v2-beta sample directories remain as the current samples.
Changes:
- Deletes all v1-beta TypeScript and JavaScript sample files (agents, connections, datasets, deployments, evaluations, indexes, inference, telemetry)
- Removes associated configuration files (package.json, tsconfig.json, sample.env, README.md) for both JS and TS v1-beta samples
Reviewed changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/v1-beta/typescript/tsconfig.json | Removed TS config for v1-beta samples |
| samples/v1-beta/typescript/package.json | Removed TS package manifest for v1-beta samples |
| samples/v1-beta/typescript/sample.env | Removed TS sample env for v1-beta |
| samples/v1-beta/typescript/README.md | Removed TS README for v1-beta |
| samples/v1-beta/typescript/src/**/*.ts | Removed all TS sample source files |
| samples/v1-beta/javascript/package.json | Removed JS package manifest for v1-beta samples |
| samples/v1-beta/javascript/sample.env | Removed JS sample env for v1-beta |
| samples/v1-beta/javascript/README.md | Removed JS README for v1-beta |
| samples/v1-beta/javascript/**/*.js | Removed all JS sample source files |
No issues found. The PR is a clean deletion with no remaining references to the removed directory in the codebase, and replacement samples exist under v2 and v2-beta.
You can also share your feedback on Copilot code review. Take the survey.
dargilco
approved these changes
Mar 13, 2026
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.
Removes the
sdk/ai/ai-projects/samples/v1-betadirectory. These samples are outdated and no longer maintained.