-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Move azure-ai-projects source code to a new service folder \sdk\aiprojects #44467
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR restructures the azure-ai-projects package by moving it from sdk/ai/azure-ai-projects/ to a new dedicated service directory sdk/aiprojects/. This reorganization includes updating CI/CD pipeline configurations, build artifacts, documentation settings, and code ownership mappings to reflect the new location.
Key changes:
- Created new CI/CD pipeline files (
ci.yml,tests.yml,platform-matrix.json) in thesdk/aiprojectsdirectory - Updated existing configuration files to reference the new
sdk/aiprojectspath instead ofsdk/ai/azure-ai-projects - Reorganized CODEOWNERS to group AI Projects ownership separately from the general AI SDK section
Reviewed changes
Copilot reviewed 8 out of 280 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/aiprojects/tests.yml | New weekly analysis pipeline configuration for the aiprojects service directory |
| sdk/aiprojects/platform-matrix.json | New platform matrix configuration with PortAudio installation requirement |
| sdk/aiprojects/ci.yml | New CI pipeline configuration for building and testing azure-ai-projects in the new location |
| sdk/ai/ci.yml | Removed azure-ai-projects artifact from the ai service directory CI pipeline |
| sdk/ai/azure-ai-projects/tsp-location.yaml | Deleted TypeSpec location file from old directory |
| eng/.docsettings.yml | Updated test path exclusion to reference new aiprojects directory |
| conda/conda-recipes/azure-ai-projects/meta.yaml | Updated home URL to point to new repository location |
| .github/CODEOWNERS | Moved AI Projects ownership entry to sdk/aiprojects with expanded owner list |
Comments suppressed due to low confidence (2)
sdk/aiprojects/ci.yml:1
- The trigger and PR paths reference
sdk/ai/andsdk/core/, but the service has been moved tosdk/aiprojects/. These paths should be updated to includesdk/aiprojects/to ensure the CI pipeline triggers correctly for changes in the new directory.
sdk/aiprojects/ci.yml:1 - The PR trigger paths reference
sdk/ai/andsdk/core/, but should includesdk/aiprojects/to match the new service directory location.
…jects-folder-move
…ypy311 and if it DOES, then cool no custom matrix necessary. OTHERWISE I'll add another commit that targets a platform matrix that doesn't include it.
…ub.com/Azure/azure-sdk-for-python into dargilco/azure-ai-projects-folder-move
|
/azp run automation - pipeline-generation |
|
No pipelines are associated with this pull request. |
|
/azp run automation - pipeline-generation-single |
|
No pipelines are associated with this pull request. |
No description provided.