-
Notifications
You must be signed in to change notification settings - Fork 220
Update Instruction tool names to snake case #11839
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
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 instruction files to align with new snake_case naming conventions for Azure SDK tools. The changes replace camelCase tool names with their snake_case equivalents across multiple instruction files.
Key Changes
- Updated all tool names from camelCase to snake_case format (e.g.,
LinkNameSpaceApprovalIssue→azsdk_link_namespace_approval_issue) - Corrected a filename from
.instruction.mdto.instructions.mdfor consistency
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| verify-namespace-approval.instructions.md | Updated tool name for linking namespace approval issues |
| typespec-to-sdk.instructions.md | Updated multiple tool names for GitHub operations and SDK generation |
| sdk-details-in-release-plan.instructions.md | Updated tool name for release plan SDK information updates |
| create-release-plan.instructions.md | Updated tool names for release plan creation and management |
| check-package-readiness.instructions.md | Updated tool name for package readiness checks |
|
The following pipelines have been queued for testing: |
This reverts commit c4bb65d.
|
The following pipelines have been queued for testing: |
|
For my context is there a reason for the tool name convention change? |
In this PR #11619 we changed all the names to the tools. Subsequently it changes how the tools are referred to by copilot. To make sure we are referring to the correct tool and not just copilots guess of what tool sounds similar enough we need to change the naming in the instructions as well. |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11839 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Juan Ospina <[email protected]>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11839 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Juan Ospina <[email protected]>
* snake case * change file name to .instructions.md * Revert "change file name to .instructions.md" This reverts commit c4bb65d.
* snake case * change file name to .instructions.md * Revert "change file name to .instructions.md" This reverts commit c4bb65d.
Summary