-
Notifications
You must be signed in to change notification settings - Fork 948
Sync eng/common directory with azure-sdk-tools for PR 11477 #25087
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 <[email protected]>
…prompt.md Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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, adding a comprehensive set of instruction files for Azure SDK tooling and automation workflows. The changes introduce detailed guidance for TypeSpec-to-SDK generation, release planning, package validation, and various SDK development processes.
Key changes:
- Adds 11 new instruction files covering TypeSpec validation, SDK generation, release planning, and package management workflows
- Provides structured step-by-step guidance for developers working with Azure SDK tools
- Establishes standardized processes for namespace approval, API readiness checks, and SDK release workflows
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| verify-namespace-approval.instructions.md | Instructions for verifying SDK namespace approval for management plane APIs |
| validate-typespec.instructions.md | Brief instructions for TypeSpec project validation |
| typespec-to-sdk.instructions.md | Comprehensive workflow for generating SDKs from TypeSpec projects |
| sdk-details-in-release-plan.instructions.md | Process for identifying languages and updating release plans with SDK information |
| run-sdk-gen-pipeline.instructions.md | Instructions for generating SDKs using automated pipelines |
| create-spec-pullrequest.instructions.md | Simple instructions for creating TypeSpec specification pull requests |
| create-sdk-locally.instructions.md | Guide for local Python SDK generation from TypeSpec |
| create-release-plan.instructions.md | Detailed process for creating and managing release plans |
| check-package-readiness.instructions.md | Instructions for checking SDK package release readiness |
| check-api-readiness.instructions.md | Brief guide for checking API specification readiness |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11477 See eng/common workflow