-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Conv authoring py sdk 20251115preview #43915
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?
Conv authoring py sdk 20251115preview #43915
Conversation
…nalyzeConversationsAuthoring/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: 'd8f039ebd965e40471a082c547b103dd5dc9a33b' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5552628 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
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 updates the Azure AI Language Conversations Authoring SDK by regenerating code from a new API specification version and refactoring the project structure. Key changes include updating the API specification reference, removing custom patch files in favor of generated code, reformatting configuration files, and adding auto-generated test and sample files.
Reviewed Changes
Copilot reviewed 96 out of 102 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Updates API spec directory path and commit reference |
| pyproject.toml | Reformats configuration with proper structure and adds generated test exclusions |
| sdk_packaging.toml | Removes file (configuration moved to pyproject.toml) |
| _operations.py | Updates generated operations code with API version changes (2025-05-15 → 2025-11-15) and parameter reordering |
| _patch.py files | Removes custom patch files for operations (ProjectOperations, DeploymentOperations, etc.) |
| test files | Applies whitespace/formatting fixes |
| generated_tests/* | Adds new auto-generated test scaffold files |
| generated_samples/* | Adds new auto-generated sample files |
| models/init.py | Removes unused model imports |
| [packaging] | ||
| auto_update = false |
Copilot
AI
Nov 10, 2025
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.
The [packaging] section has been moved from the deleted sdk_packaging.toml to pyproject.toml, but this non-standard section may not be recognized by standard Python build tools. Consider documenting this custom section or using a tool-specific prefix like [tool.azure.packaging] to avoid conflicts with standard fields.
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
…AnalyzeConversationsAuthoring/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: 'd8f039ebd965e40471a082c547b103dd5dc9a33b' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5552628 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines