-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Disable generation of Azure.AI.Inference #53193
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
Disable generation of Azure.AI.Inference #53193
Conversation
0bdd49c
to
5ca7773
Compare
@trangevi - please let us know if you have any objections to this change. |
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 disables automatic generation for the Azure.AI.Inference library by removing its tsp-location.yaml configuration file and updating file references to reflect the move from generated to manually maintained code.
- Removes the tsp-location.yaml file that contained the specification location and commit reference
- Updates XML documentation file paths from Generated folder to local Docs folder
- Adds IncludeGeneratorSharedCode property to the project file
Reviewed Changes
Copilot reviewed 3 out of 119 changed files in this pull request and generated no comments.
File | Description |
---|---|
sdk/ai/Azure.AI.Inference/tsp-location.yaml | Removes entire file to disable generation |
sdk/ai/Azure.AI.Inference/src/Customized/EmbeddingsClient.cs | Updates XML documentation paths from Generated to local folder |
sdk/ai/Azure.AI.Inference/src/Azure.AI.Inference.csproj | Adds IncludeGeneratorSharedCode property and BOM marker |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Can we run the migration script? |
The
Azure.AI.Inference
library was generated and checked into main with a spec commit sha referencing a branch / fork. This PR removes the tsp-location.yaml file to disable generation for this library, and moves the generated code out of theGenerated
folder.