-
Notifications
You must be signed in to change notification settings - Fork 301
Sync eng/common directory with azure-sdk-tools for PR 11477 #2912
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
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 synchronizes the eng/common directory with azure-sdk-tools for PR 11477, adding comprehensive instruction files for Azure SDK tooling automation. The changes introduce standardized workflows for SDK generation from TypeSpec specifications.
Key changes:
- Added instruction files for automated SDK generation pipeline workflows
- Introduced tooling for TypeSpec validation and SDK package readiness checks
- Created structured workflows for release plan management and namespace approval verification
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
verify-namespace-approval.instructions.md | Instructions for verifying SDK namespace approval for management plane SDKs |
validate-typespec.instructions.md | Instructions for validating TypeSpec project specifications |
typespec-to-sdk.instructions.md | Comprehensive workflow for generating SDKs from TypeSpec projects |
sdk-details-in-release-plan.instructions.md | Instructions for identifying and adding SDK language details to release plans |
run-sdk-gen-pipeline.instructions.md | Instructions for executing SDK generation pipelines |
create-spec-pullrequest.instructions.md | Instructions for creating specification pull requests |
create-sdk-locally.instructions.md | Instructions for local Python SDK generation from TypeSpec |
create-release-plan.instructions.md | Instructions for creating and managing API release plans |
check-package-readiness.instructions.md | Instructions for checking SDK package release readiness |
check-api-readiness.instructions.md | Instructions for checking API specification readiness for SDK generation |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11477 See eng/common workflow