-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Sync eng/common directory with azure-sdk-tools for PR 13304 #44390
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
Sync eng/common directory with azure-sdk-tools for PR 13304 #44390
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 syncs the eng/common directory with changes from azure-sdk-tools PR #13304, specifically updating instructions for TypeSpec-to-SDK generation workflows. The changes introduce improved guidance for choosing between local and pipeline-based SDK generation, along with additional workflow steps for local SDK development.
Key changes:
- Added decision logic to help users choose between local SDK generation and pipeline-based generation
- Extended local SDK workflow with additional steps for validation, testing, and metadata updates
- Enhanced guidance about checking out SDK pull requests locally for further customization
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md |
Adds decision framework for local vs. pipeline SDK generation, restructures generation steps, and adds guidance for local customization of generated PRs |
eng/common/instructions/azsdk-tools/local-sdk-workflow.instructions.md |
Expands local SDK workflow with high-level step summary and three new sections for package validation, testing, and metadata/changelog/version updates |
f752045 to
5e258c6
Compare
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13304 See eng/common workflow